StiVistaDbConnector Class |
[Missing <summary> documentation for "T:Stimulsoft.Base.StiVistaDbConnector"]
Inheritance Hierarchy
Namespace:
Stimulsoft.Base
Assembly:
Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax public class StiVistaDbConnector : StiSqlDataConnector
Public Class StiVistaDbConnector
Inherits StiSqlDataConnector
The StiVistaDbConnector type exposes the following members.
Constructors Properties Methods
| Name | Description |
---|
| CreateAdapter | (Inherited from StiSqlDataConnector.) |
| CreateCommand | (Inherited from StiSqlDataConnector.) |
| CreateCommandBuilder | (Inherited from StiSqlDataConnector.) |
| CreateConnection | (Inherited from StiSqlDataConnector.) |
| 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 | (Inherited from StiSqlDataConnector.) |
| 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 | (Inherited from StiSqlDataConnector.) |
| GetDataTable | (Inherited from StiSqlDataConnector.) |
| GetDbType | (Inherited from StiSqlDataConnector.) |
| 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.) |
TopSee Also