ISqlDialect.MultipleResultsets property

namespace: Serenity.Data   assemblySerenity.Net.Data

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