次の方法で共有


TableQuery.GenerateFilterConditionForBinary(String, String, Byte[]) メソッド

定義

バイナリ値のプロパティ フィルター条件文字列を生成します。

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[]

プロパティと比較する値を表すバイト配列です。

戻り値

書式付きフィルター条件を表す文字列です。

適用対象