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

IDbProvider.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)>
Property DbCommandClass As 
[C#]
[XmlAttribute(Type=null, AttributeName="commandClass", Namespace="null", Form=XmlSchemaForm.None, TypeId=System.Xml.Serialization.XmlAttributeAttribute)]
String DbCommandClass {get; set;}

Example

"System.Data.SqlClient.SqlCommand"

See Also

IDbProvider Interface | IBatisNet.Common Namespace