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