TableQuery.Take(Nullable<Int32>) Method

Definition

public Microsoft.WindowsAzure.Storage.Table.TableQuery Take (int? take);
member this.Take : Nullable<int> -> Microsoft.WindowsAzure.Storage.Table.TableQuery
Public Function Take (take As Nullable(Of Integer)) As TableQuery

Parameters

take
Nullable<Int32>

Returns

Applies to