TableQuery.TakeCount Property

Definition

Gets or sets the number of entities the table query will return.

public int? TakeCount { get; set; }
member this.TakeCount : Nullable<int> with get, set
Public Property TakeCount As Nullable(Of Integer)

Property Value

The maximum number of entities for the table query to return.

Applies to