Represents a query against a specified table.
The following tables list the members exposed by the TableQuery type.
Public Constructors
Name | Description | |
---|---|---|
TableQuery | Initializes a new instance of the TableQuery class. |
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 query returns specified in the table query. |
Public Methods (see also Protected Methods)
Name | Description | |
---|---|---|
Equals | (Inherited from Object) | |
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) |