iBATIS.NET Class Library DataMapper V1.6.1, DataAccess V1.9.1

DbProvider Methods

The methods of the DbProvider class are listed below. For a complete list of DbProvider class members, see the DbProvider Members topic.

Public Instance Methods

CreateCommand Create a command object for this provider.
CreateConnection Create a connection object for this provider.
CreateDataAdapter Create a dataAdapter object for this provider.
CreateDataParameter Create a IDbDataParameter object for this provider.
Equals Equals implemantation.
FormatNameForParameter Changes the parameterName into the correct format for an IDbParameter for the Driver.
FormatNameForSql Change the parameterName into the correct format IDbCommand.CommandText for the ConnectionProvider
GetHashCode A hashcode for the provider.
GetType (inherited from Object)Gets the Type of the current instance.
Initialize Init the provider.
ToString ToString implementation.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

DbProvider Class | IBatisNet.Common Namespace