| Name | Description | |
|---|---|---|
![]() ![]() | Instance | Static instance member which returns an instanced VistaDBProviderFactory class. |
The following tables list the members exposed by VistaDBProviderFactory.
| Name | Description | |
|---|---|---|
![]() ![]() | Instance | Static instance member which returns an instanced VistaDBProviderFactory class. |
| Name | Description | |
|---|---|---|
![]() | CanCreateDataSourceEnumerator | Overridden. Specifies whether the specific System.Data.Common.DbProviderFactory supports the System.Data.Common.DbDataSourceEnumerator class. Always return false. |
| Name | Description | |
|---|---|---|
![]() | CreateCommand | Overridden. Returns a new instance of the provider's class that implements the System.Data.Common.DbCommand class. Returns a strongly typed DbCommand instance. |
![]() | CreateCommandBuilder | Overridden. Returns a new instance of the provider's class that implements the System.Data.Common.DbCommandBuilder class. Returns a strongly typed DbCommandBuilder instance. |
![]() | CreateConnection | Overridden. Returns a new instance of the provider's class that implements the System.Data.Common.DbConnection class. Returns a strongly typed DbConnection instance. |
![]() | CreateConnectionStringBuilder | Overridden. Returns a new instance of the provider's class that implements the System.Data.Common.DbConnectionStringBuilder class. Returns a strongly typed DbConnectionStringBuilder instance. |
![]() | CreateDataAdapter | Overridden. Returns a new instance of the provider's class that implements the System.Data.Common.DbDataAdapter class. Returns a strongly typed DbDataAdapter instance. |
![]() | CreateDataSourceEnumerator | Returns a new instance of the provider's class that implements the System.Data.Common.DbDataSourceEnumerator class. (Inherited from System.Data.Common.DbProviderFactory) |
![]() | CreateParameter | Overridden. Returns a new instance of the provider's class that implements the System.Data.Common.DbParameter class. Returns a strongly typed DbParameter instance. |
![]() | CreatePermission | Overridden. Returns a new instance of the provider's class that implements the provider's version of the System.Security.CodeAccessPermission class. Returns a new CodeAccessPermission. |