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

IDbProvider.ParameterDbTypeProperty Property

The ParameterDbTypeProperty class name to use.

[Visual Basic]
<XmlAttribute(Type:=null, AttributeName:="parameterDbTypeProperty", Namespace:="null", Form:=XmlSchemaForm.None, TypeId:=System.Xml.Serialization.XmlAttributeAttribute)>
Property ParameterDbTypeProperty As 
[C#]
[XmlAttribute(Type=null, AttributeName="parameterDbTypeProperty", Namespace="null", Form=XmlSchemaForm.None, TypeId=System.Xml.Serialization.XmlAttributeAttribute)]
String ParameterDbTypeProperty {get; set;}

Example

SqlDbType in SqlParamater.SqlDbType, OracleType in OracleParameter.OracleType.

See Also

IDbProvider Interface | IBatisNet.Common Namespace