Skip to content

ISqlDialect.MultipleResultsets property

Gets a value indicating whether the server supports multiple resultsets.

public bool MultipleResultsets { get; }

Property Value

true if the server supports multiple resultsets; otherwise, false.

See Also