Partager via


DatabaseTable.HasRows Property

Definition

Gets indicates whether table is empty or not

[Newtonsoft.Json.JsonProperty(PropertyName="hasRows")]
public bool? HasRows { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="hasRows")>]
member this.HasRows : Nullable<bool>
Public ReadOnly Property HasRows As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to