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

DbProvider.ParameterDbTypeClass Property

The ParameterDbType class name to use.

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

Implements

IDbProvider.

Example

"System.Data.SqlDbType"

See Also

DbProvider Class | IBatisNet.Common Namespace