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

SubMap.ResultMapName Property

The name of the ResultMap used if the column value is = to the Discriminator Value

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

See Also

SubMap Class | IBatisNet.DataMapper.Configuration.ResultMapping Namespace