ConnectionStringBuilder.MultipleActiveResultSets Property

System.Data.Generic

ConnectionStringBuilderMultipleActiveResultSets Property
Gets or sets if the connection enables multiple active resultsets.

Namespace: System.Data.Generic
Assembly: System.Data.Generic (in System.Data.Generic.dll) Version: 1.9.5473.30542 (1.9.5473.2392)
Syntax
public bool MultipleActiveResultSets { get; set; }
Public Property MultipleActiveResultSets As Boolean
	Get
	Set
public:
property bool MultipleActiveResultSets {
	bool get ();
	void set (bool value);
}
member MultipleActiveResultSets : bool with get, set

Property Value

Type: Boolean

Return Value

Type: Boolean
Remarks