Sdílet prostřednictvím


CosmosQueryableExtensions.WithPartitionKey<TEntity> Metoda

Definice

Zadejte klíč oddílu pro oddíl použitý pro dotaz. Vyžaduje se při použití tokenu prostředku, který poskytuje oprávnění na základě klíče oddílu pro ověřování.

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)

Parametry typu

TEntity

Typ dotazované entity.

Parametry

source
IQueryable<TEntity>

Zdrojový dotaz.

partitionKey
String

Klíč oddílu.

Návraty

IQueryable<TEntity>

Nový dotaz s nastaveným klíčem oddílu.

Poznámky

Další informace a příklady najdete v tématech Dotazování na data pomocí EF Core a Přístup ke službě Azure Cosmos DB pomocí EF Core .

Platí pro