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