TableQuery.GenerateFilterConditionForLong(String, String, Int64) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
Int64 値のプロパティ フィルター条件文字列を生成します。
public static string GenerateFilterConditionForLong (string propertyName, string operation, long givenValue);
static member GenerateFilterConditionForLong : string * string * int64 -> string
Public Shared Function GenerateFilterConditionForLong (propertyName As String, operation As String, givenValue As Long) As String
パラメーター
- propertyName
- String
比較するプロパティの名前を表す文字列です。
- operation
- String
使用する比較演算子を表す文字列です。
戻り値
書式付きフィルター条件を表す文字列です。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET