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

DbProvider.CreateCommand Method 

Create a command object for this provider.

[Visual Basic]
Overridable Public Function CreateCommand() As IDbCommand _
    Implements IDbProvider.
[C#]
public virtual IDbCommand CreateCommand();

Return Value

An 'IDbCommand' object.

Implements

IDbProvider.

See Also

DbProvider Class | IBatisNet.Common Namespace