|
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.
|