[Missing <summary> documentation for "T:Stimulsoft.Base.StiOdbcConnector"]
Inheritance Hierarchy
Namespace:
Stimulsoft.Base
Assembly:
Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntaxpublic class StiOdbcConnector : StiSqlDataConnector
Public Class StiOdbcConnector
Inherits StiSqlDataConnector
The StiOdbcConnector type exposes the following members.
Constructors
Properties
Methods
| Name | Description |
---|
 | CreateAdapter | (Overrides StiSqlDataConnectorCreateAdapter(String, DbConnection, CommandType).) |
 | CreateCommand | (Overrides StiSqlDataConnectorCreateCommand(String, DbConnection, CommandType).) |
 | CreateCommandBuilder | (Inherited from StiSqlDataConnector.) |
 | CreateConnection | (Overrides StiSqlDataConnectorCreateConnection.) |
 | CreateConnectionStringBuilder | (Inherited from StiSqlDataConnector.) |
 | CreateDataSourceEnumerator | (Inherited from StiSqlDataConnector.) |
 | CreateParameter(String, Int32, Int32) | (Overrides StiSqlDataConnectorCreateParameter(String, Int32, Int32).) |
 | CreateParameter(String, Object, Int32) | (Overrides StiSqlDataConnectorCreateParameter(String, Object, Int32).) |
 | DeriveParameters | (Overrides StiSqlDataConnectorDeriveParameters(DbCommand).) |
 | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
 | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
  | Get | |
 | GetDatabaseSpecificName | (Overrides StiSqlDataConnectorGetDatabaseSpecificName(String).) |
 | GetDataTable | (Inherited from StiSqlDataConnector.) |
 | GetDbType | (Overrides StiSqlDataConnectorGetDbType.) |
 | GetFamilyConnectors | (Inherited from StiDataConnector.) |
 | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
 | GetNetType(Int32) | (Overrides StiSqlDataConnectorGetNetType(Int32).) |
 | GetNetType(String) | (Overrides StiSqlDataConnectorGetNetType(String).) |
 | GetParametersTable | (Inherited from StiSqlDataConnector.) |
 | GetRelationsTable | (Inherited from StiSqlDataConnector.) |
 | GetSampleConnectionString | (Overrides StiSqlDataConnectorGetSampleConnectionString.) |
 | GetSchemaTable | (Inherited from StiSqlDataConnector.) |
 | GetSqlType | (Overrides StiSqlDataConnectorGetSqlType(Type).) |
 | GetType | Gets the Type of the current instance. (Inherited from Object.) |
 | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
 | ResetSettings | (Inherited from StiDataConnector.) |
 | RetrieveSchema | (Overrides StiSqlDataConnectorRetrieveSchema(Boolean).) |
 | SetTimeout(DbCommand, Int32) | (Inherited from StiSqlDataConnector.) |
 | SetTimeout(IDbCommand, Int32) | (Inherited from StiSqlDataConnector.) |
 | TestConnection | (Inherited from StiSqlDataConnector.) |
 | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
See Also