CosmosQueryableExtensions.WithPartitionKey<TEntity> メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
クエリに使用するパーティションのパーティション キーを指定します。 認証用のパーティション キーに基づいてアクセス許可を提供するリソース トークンを使用する場合に必要です。
public static System.Linq.IQueryable<TEntity> WithPartitionKey<TEntity> (this System.Linq.IQueryable<TEntity> source, string partitionKey) where TEntity : class;
static member WithPartitionKey : System.Linq.IQueryable<'Entity (requires 'Entity : null)> * string -> System.Linq.IQueryable<'Entity (requires 'Entity : null)> (requires 'Entity : null)
<Extension()>
Public Function WithPartitionKey(Of TEntity As Class) (source As IQueryable(Of TEntity), partitionKey As String) As IQueryable(Of TEntity)
型パラメーター
- TEntity
クエリ対象のエンティティの種類。
パラメーター
- source
- IQueryable<TEntity>
ソース クエリです。
- partitionKey
- String
パーティション キー。
戻り値
IQueryable<TEntity>
パーティション キーを設定した新しいクエリ。
注釈
詳細と例については、「 EF Core を使用したデータのクエリ」および 「EF Core を使用した Azure Cosmos DB へのアクセス 」を参照してください。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Entity Framework