TableQuery.GenerateFilterCondition(String, String, String) Method

Definition

Generates a property filter condition string for the string value.

public static string GenerateFilterCondition (string propertyName, string operation, string givenValue);
static member GenerateFilterCondition : string * string * string -> string
Public Shared Function GenerateFilterCondition (propertyName As String, operation As String, givenValue As String) As String

Parameters

propertyName
String

A string containing the name of the property to compare.

operation
String

A string containing the comparison operator to use.

givenValue
String

A string containing the value to compare with the property.

Returns

A string containing the formatted filter condition.

Applies to