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

Statement.AllowRemapping Property

Allow remapping of dynamic SQL

[Visual Basic]
<XmlAttribute(Type:=null, AttributeName:="remapResults", Namespace:="null", Form:=XmlSchemaForm.None, TypeId:=System.Xml.Serialization.XmlAttributeAttribute)>
NotOverridable Public Property AllowRemapping As  _
    Implements IStatement.
[C#]
[XmlAttribute(Type=null, AttributeName="remapResults", Namespace="null", Form=XmlSchemaForm.None, TypeId=System.Xml.Serialization.XmlAttributeAttribute)]
public Boolean AllowRemapping {get; set;}

Implements

IStatement.

See Also

Statement Class | IBatisNet.DataMapper.Configuration.Statements Namespace