





Represents a query against a specified table.
The following tables list the members exposed by the TableQuery type.
Public Constructors
Name | Description | |
---|---|---|
TableQuery |
Public Properties
Name | Description | |
---|---|---|
![]() |
FilterString | Gets or sets the filter expression to use in the table query. |
![]() |
SelectColumns | Gets or sets the property names of the table entity properties to return when the table query is executed. |
![]() |
TakeCount | Gets or sets the number of entities the table query will return. |
Public Methods (see also Protected Methods)
Name | Description | |
---|---|---|
![]() ![]() |
CombineFilters | Creates a filter condition using the specified logical operator on two filter conditions. |
![]() |
Equals | (Inherited from Object) |
![]() ![]() |
GenerateFilterCondition | Generates a property filter condition string for the string value. |
![]() ![]() |
GenerateFilterConditionForBinary | Generates a property filter condition string for the binary value. |
![]() ![]() |
GenerateFilterConditionForBool | Generates a property filter condition string for the boolean value. |
![]() ![]() |
GenerateFilterConditionForDate | Generates a property filter condition string for the DateTimeOffset value. |
![]() ![]() |
GenerateFilterConditionForDouble | Generates a property filter condition string for the Double value. |
![]() ![]() |
GenerateFilterConditionForGuid | Generates a property filter condition string for the Guid value. |
![]() ![]() |
GenerateFilterConditionForInt | Generates a property filter condition string for an Int32 value. |
![]() ![]() |
GenerateFilterConditionForLong | Generates a property filter condition string for an Int64 value. |
![]() |
GetHashCode | (Inherited from Object) |
![]() |
GetType | (Inherited from Object) |
![]() |
Select | Defines the property names of the table entity properties to return when the table query is executed. |
![]() |
Take | Defines the upper bound for the number of entities the query returns. |
![]() |
ToString | (Inherited from Object) |
![]() |
Where | Defines a filter expression for the table query. Only entities that satisfy the specified filter expression will be returned by the query. |
Protected Methods
Name | Description | |
---|---|---|
![]() |
Finalize | (Inherited from Object) |
![]() |
MemberwiseClone | (Inherited from Object) |