MultipleActiveResultSets Property
Determines whether the application can maintain multiple active result sets (MARS) or all result sets from one batch must be processsed or cancelled before any other batch can be executed on a connection.
public bool MultipleActiveResultSets {get; set;}
'Declaration
Public Property MultipleActiveResultSets As Boolean
Property Value
true, if the application can maintain multiple active result sets; otherwise,
false.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2