Aracılığıyla paylaş


CosmosEntityTypeExtensions.GetPartitionKeyProperty Yöntem

Tanım

Aşırı Yüklemeler

GetPartitionKeyProperty(IReadOnlyEntityType)

Bölüm anahtarını depolamak için kullanılan özelliği döndürür.

GetPartitionKeyProperty(IMutableEntityType)

Bölüm anahtarını depolamak için kullanılan özelliği döndürür.

GetPartitionKeyProperty(IConventionEntityType)

Bölüm anahtarını depolamak için kullanılan özelliği döndürür.

GetPartitionKeyProperty(IEntityType)

Bölüm anahtarını depolamak için kullanılan özelliği döndürür.

GetPartitionKeyProperty(IReadOnlyEntityType)

Bölüm anahtarını depolamak için kullanılan özelliği döndürür.

public static Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty? GetPartitionKeyProperty (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType entityType);
static member GetPartitionKeyProperty : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType -> Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty
<Extension()>
Public Function GetPartitionKeyProperty (entityType As IReadOnlyEntityType) As IReadOnlyProperty

Parametreler

entityType
IReadOnlyEntityType

Bölüm anahtarı özelliğini almak için varlık türü.

Döndürülenler

Bölüm anahtarı özelliğinin adı.

Şunlara uygulanır

GetPartitionKeyProperty(IMutableEntityType)

Bölüm anahtarını depolamak için kullanılan özelliği döndürür.

public static Microsoft.EntityFrameworkCore.Metadata.IMutableProperty? GetPartitionKeyProperty (this Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType entityType);
static member GetPartitionKeyProperty : Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType -> Microsoft.EntityFrameworkCore.Metadata.IMutableProperty
<Extension()>
Public Function GetPartitionKeyProperty (entityType As IMutableEntityType) As IMutableProperty

Parametreler

entityType
IMutableEntityType

Bölüm anahtarı özelliğini almak için varlık türü.

Döndürülenler

Bölüm anahtarı özelliğinin adı.

Şunlara uygulanır

GetPartitionKeyProperty(IConventionEntityType)

Bölüm anahtarını depolamak için kullanılan özelliği döndürür.

public static Microsoft.EntityFrameworkCore.Metadata.IConventionProperty? GetPartitionKeyProperty (this Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType entityType);
static member GetPartitionKeyProperty : Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType -> Microsoft.EntityFrameworkCore.Metadata.IConventionProperty
<Extension()>
Public Function GetPartitionKeyProperty (entityType As IConventionEntityType) As IConventionProperty

Parametreler

entityType
IConventionEntityType

Bölüm anahtarı özelliğini almak için varlık türü.

Döndürülenler

Bölüm anahtarı özelliğinin adı.

Şunlara uygulanır

GetPartitionKeyProperty(IEntityType)

Bölüm anahtarını depolamak için kullanılan özelliği döndürür.

public static Microsoft.EntityFrameworkCore.Metadata.IProperty? GetPartitionKeyProperty (this Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType);
static member GetPartitionKeyProperty : Microsoft.EntityFrameworkCore.Metadata.IEntityType -> Microsoft.EntityFrameworkCore.Metadata.IProperty
<Extension()>
Public Function GetPartitionKeyProperty (entityType As IEntityType) As IProperty

Parametreler

entityType
IEntityType

Bölüm anahtarı özelliğini almak için varlık türü.

Döndürülenler

Bölüm anahtarı özelliğinin adı.

Şunlara uygulanır