dotConnect for SugarCRM Documentation
Devart.Data.Sugar Namespace / SugarProviderFactory Class
Fields Properties Methods

In This Topic
    SugarProviderFactory Class Members
    In This Topic

    The following tables list the members exposed by SugarProviderFactory.

    Public Constructors
     NameDescription
    Public ConstructorCreates an instance of SugarProviderFactory.  
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Returns the instance of SugarProviderFactory.  
    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 SugarCommand object.  
    Public MethodOverridden. Creates and returns a SugarCommandBuilder object.  
    Public MethodOverridden. Creates and returns a SugarConnection object.  
    Public MethodOverridden. Creates and returns a SugarConnectionStringBuilder object.  
    Public MethodOverridden. Creates and returns a SugarDataAdapter 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 SugarParameter 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