Partager via


CosmosModelExtensions.GetHasShadowIdsConfigurationSource Method

Definition

public static Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource? GetHasShadowIdsConfigurationSource (this Microsoft.EntityFrameworkCore.Metadata.IConventionModel model);
static member GetHasShadowIdsConfigurationSource : Microsoft.EntityFrameworkCore.Metadata.IConventionModel -> Nullable<Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource>
<Extension()>
Public Function GetHasShadowIdsConfigurationSource (model As IConventionModel) As Nullable(Of ConfigurationSource)

Parameters

model
IConventionModel

The model.

Returns

The ConfigurationSource.

Applies to