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

Discriminator.DbType Property

Give an entry in the 'DbType' enumeration

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

Example

For Sql Server, give an entry of SqlDbType : Bit, Decimal, Money...
For Oracle, give an OracleType Enumeration : Byte, Int16, Number...

See Also

Discriminator Class | IBatisNet.DataMapper.Configuration.ResultMapping Namespace