CosmosEntityTypeExtensions.GetHasShadowIdConfigurationSource 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.
Gets the ConfigurationSource for GetHasShadowId(IReadOnlyEntityType).
public static Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource? GetHasShadowIdConfigurationSource(this Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType entityType);
static member GetHasShadowIdConfigurationSource : Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType -> Nullable<Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource>
<Extension()>
Public Function GetHasShadowIdConfigurationSource (entityType As IConventionEntityType) As Nullable(Of ConfigurationSource)
Parameters
- entityType
- IConventionEntityType
The entity typer.
Returns
The ConfigurationSource.