CosmosEntityTypeExtensions.GetPartitionKeyPropertyNameConfigurationSource Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
Use GetPartitionKeyPropertyNamesConfigurationSource
Gets the ConfigurationSource for the property that is used to store the partition key.
[System.Obsolete("Use GetPartitionKeyPropertyNamesConfigurationSource")]
public static Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource? GetPartitionKeyPropertyNameConfigurationSource(this Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType entityType);
public static Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource? GetPartitionKeyPropertyNameConfigurationSource(this Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType entityType);
[<System.Obsolete("Use GetPartitionKeyPropertyNamesConfigurationSource")>]
static member GetPartitionKeyPropertyNameConfigurationSource : Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType -> Nullable<Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource>
static member GetPartitionKeyPropertyNameConfigurationSource : Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType -> Nullable<Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource>
<Extension()>
Public Function GetPartitionKeyPropertyNameConfigurationSource (entityType As IConventionEntityType) As Nullable(Of ConfigurationSource)
Parameters
- entityType
- IConventionEntityType
The entity type to find configuration source for.
Returns
The ConfigurationSource for the partition key property.
- Attributes