DataConnector | ComponentOne
C1.AdoNet.OData Assembly / C1.AdoNet.OData Namespace / C1ODataConnection Class / DbProviderFactory Property

In This Topic
    DbProviderFactory Property (C1ODataConnection)
    In This Topic
    Gets the DbProviderFactory for this connection.
    Syntax
    'Declaration
     
    Protected Overrides NotOverridable ReadOnly Property DbProviderFactory As DbProviderFactory
    protected override DbProviderFactory DbProviderFactory {get;}

    Property Value

    The DbProviderFactory.
    See Also