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

ResultProperty.CLRType Property

Specify the CLR type of the result.

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

Remarks

The type attribute is used to explicitly specify the property type of the property to be set. Normally this can be derived from a property through reflection, but certain mappings such as HashTable cannot provide the type to the framework.

See Also

ResultProperty Class | IBatisNet.DataMapper.Configuration.ResultMapping Namespace