The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
SqlConnectionStringBuilder::MultipleActiveResultSets Property
.NET Framework (current version)
When true, an application can maintain multiple active result sets (MARS). When false, an application must process or cancel all result sets from one batch before it can execute any other batch on that connection.
For more information, see Multiple Active Result Sets (MARS).
Assembly: System.Data (in System.Data.dll)
Property Value
Type: System::BooleanThe value of the MultipleActiveResultSets property, or false if none has been supplied.
This property corresponds to the "MultipleActiveResultSets" key within the connection string.
.NET Framework
Available since 2.0
Available since 2.0
Show: