AceQL.Client.Api Namespace
AceQL.Client.Api.Metadata Namespace
AceQL HTTP C# Client SDK v7.3

AceQLDataReader..::..HasRows Property

Gets a value that indicates whether the AceQLDataReader contains one or more rows.

Namespace:  AceQL.Client.Api
Assembly:  AceQL.Client (in AceQL.Client.dll)

Syntax


public bool HasRows { get; }

Field Value

true if the AceQLDataReader contains one or more rows; otherwise.