dotConnect for Dynamics 365 Documentation
Devart.Data.Dynamics Namespace / DynamicsProviderFactory Class
Fields Properties Methods

In This Topic
    DynamicsProviderFactory Class Members
    In This Topic

    The following tables list the members exposed by DynamicsProviderFactory.

    Public Constructors
     NameDescription
    Public ConstructorCreates an instance of DynamicsProviderFactory.  
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Returns the instance of DynamicsProviderFactory.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets a value indicating whether the Devart.Data.SqlShimProviderFactory can create a Devart.Common.DbDataSourceEnumerator object. Always returns false. (Inherited from Devart.Data.SqlShimProviderFactory)
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Creates and returns a DynamicsCommand object.  
    Public MethodOverridden. Creates and returns a DynamicsCommandBuilder object.  
    Public MethodOverridden. Creates and returns a DynamicsConnection object.  
    Public MethodOverridden. Creates and returns a DynamicsConnectionStringBuilder object.  
    Public MethodOverridden. Creates and returns a DynamicsDataAdapter object.  
    Public MethodReturns a new instance of the provider's class that implements the System.Data.Common.DbDataSourceEnumerator class. (Inherited from System.Data.Common.DbProviderFactory)
    Public MethodOverridden. Creates and returns a DynamicsParameter object.  
    Public MethodReturns a new instance of the provider's class that implements the provider's version of the System.Security.CodeAccessPermission class. (Inherited from System.Data.Common.DbProviderFactory)
    Top
    See Also