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

IDbProvider.AllowMARS Property

Tell us if this provider allows having multiple open IDataReader with the same IDbConnection.

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

See Also

IDbProvider Interface | IBatisNet.Common Namespace