TableQuery.CombineFilters(String, String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a filter condition using the specified logical operator on two filter conditions.
public static string CombineFilters (string filterA, string operatorString, string filterB);
static member CombineFilters : string * string * string -> string
Public Shared Function CombineFilters (filterA As String, operatorString As String, filterB As String) As String
Parameters
- filterA
- String
A string containing the first formatted filter condition.
- operatorString
- String
A string containing the operator to use (AND, OR).
- filterB
- String
A string containing the second formatted filter condition.
Returns
A string containing the combined filter expression.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET