Partager via


TableQuery.GenerateFilterConditionForInt(String, String, Int32) Méthode

Définition

Génère une chaîne de condition de filtre de propriété pour une valeur Int32.

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

Paramètres

propertyName
String

Chaîne contenant le nom de la propriété à comparer.

operation
String

Chaîne contenant l'opérateur de comparaison à utiliser.

givenValue
Int32

Int32 contenant la valeur à comparer à la propriété .

Retours

Chaîne contenant la condition de filtre mise en forme.

S’applique à