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

DbProvider.DbCommandClass Property

The command class name to use.

[Visual Basic]
<XmlAttribute(Type:=null, AttributeName:="commandClass", Namespace:="null", Form:=XmlSchemaForm.None, TypeId:=System.Xml.Serialization.XmlAttributeAttribute)>
NotOverridable Public Property DbCommandClass As  _
    Implements IDbProvider.
[C#]
[XmlAttribute(Type=null, AttributeName="commandClass", Namespace="null", Form=XmlSchemaForm.None, TypeId=System.Xml.Serialization.XmlAttributeAttribute)]
public String DbCommandClass {get; set;}

Implements

IDbProvider.

Example

"System.Data.SqlClient.SqlCommand"

See Also

DbProvider Class | IBatisNet.Common Namespace