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

Statement.ResultsMap Property

The ResultMap used by the statement.

[Visual Basic]
<XmlIgnore(TypeId:=System.Xml.Serialization.XmlIgnoreAttribute)>
NotOverridable Public ReadOnly Property ResultsMap As  _
    Implements IStatement.
[C#]
[XmlIgnore(TypeId=System.Xml.Serialization.XmlIgnoreAttribute)]
public ResultMapCollection ResultsMap {get;}

Implements

IStatement.

See Also

Statement Class | IBatisNet.DataMapper.Configuration.Statements Namespace