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

Statement.ResultMapName Property

The ResultMaps name used by the statement.

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

See Also

Statement Class | IBatisNet.DataMapper.Configuration.Statements Namespace