TableQuery.GenerateFilterConditionForInt(String, String, Int32) Method

Definition

Generates a property filter condition string for an Int32 value.

public static string GenerateFilterConditionForInt (string propertyName, string operation, int givenValue);
static member GenerateFilterConditionForInt : string * string * int -> string
Public Shared Function GenerateFilterConditionForInt (propertyName As String, operation As String, givenValue As Integer) 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
Int32

An Int32 containing the value to compare with the property.

Returns

A string containing the formatted filter condition.

Applies to