Click or drag to resize

StiMySqlDevartConnector Class

[Missing <summary> documentation for "T:Stimulsoft.Base.StiMySqlDevartConnector"]

Inheritance Hierarchy

Namespace:  Stimulsoft.Base
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public class StiMySqlDevartConnector : StiMySqlConnector

The StiMySqlDevartConnector type exposes the following members.

Constructors
  NameDescription
Public methodStiMySqlDevartConnector
Initializes a new instance of the StiMySqlDevartConnector class
Top
Properties
Methods
  NameDescription
Public methodCreateAdapter (Inherited from StiSqlDataConnector.)
Public methodCreateCommand (Inherited from StiSqlDataConnector.)
Public methodCreateCommandBuilder (Inherited from StiSqlDataConnector.)
Public methodCreateConnection (Overrides StiSqlDataConnectorCreateConnection.)
Public methodCreateConnectionStringBuilder (Inherited from StiSqlDataConnector.)
Public methodCreateDataSourceEnumerator (Inherited from StiSqlDataConnector.)
Public methodCreateParameter(String, Int32, Int32) (Inherited from StiMySqlConnector.)
Public methodCreateParameter(String, Object, Int32) (Inherited from StiMySqlConnector.)
Public methodDeriveParameters (Overrides StiSqlDataConnectorDeriveParameters(DbCommand).)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetDatabaseSpecificName (Inherited from StiMySqlConnector.)
Public methodGetDataTable (Inherited from StiSqlDataConnector.)
Public methodGetDbType (Inherited from StiSqlDataConnector.)
Public methodGetFamilyConnectors (Inherited from StiMySqlConnector.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetNetType(String) (Inherited from StiMySqlConnector.)
Public methodGetNetType(Int32) (Overrides StiMySqlConnectorGetNetType(Int32).)
Public methodGetParametersTable (Inherited from StiSqlDataConnector.)
Protected methodGetRelationsTable (Inherited from StiSqlDataConnector.)
Public methodGetSampleConnectionString (Overrides StiMySqlConnectorGetSampleConnectionString.)
Public methodGetSchemaTable (Inherited from StiSqlDataConnector.)
Public methodGetSqlType (Overrides StiMySqlConnectorGetSqlType(Type).)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodResetSettings (Inherited from StiMySqlConnector.)
Public methodRetrieveSchema (Overrides StiMySqlConnectorRetrieveSchema(Boolean).)
Public methodSetTimeout(DbCommand, Int32) (Inherited from StiSqlDataConnector.)
Public methodSetTimeout(IDbCommand, Int32) (Inherited from StiSqlDataConnector.)
Public methodTestConnection (Inherited from StiSqlDataConnector.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also