CosmosModelExtensions.GetDiscriminatorInKey(IReadOnlyModel) 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.
Returns a value indicating whether the entity type discriminator should be included in the JSON "id" value. Prior to EF Core 9, it was always included. Starting with EF Core 9, it is not included by default.
public static Microsoft.EntityFrameworkCore.Metadata.IdDiscriminatorMode? GetDiscriminatorInKey (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyModel model);
static member GetDiscriminatorInKey : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyModel -> Nullable<Microsoft.EntityFrameworkCore.Metadata.IdDiscriminatorMode>
<Extension()>
Public Function GetDiscriminatorInKey (model As IReadOnlyModel) As Nullable(Of IdDiscriminatorMode)
Parameters
- model
- IReadOnlyModel
The model.
Returns
The IdDiscriminatorMode or null
if not set.
Applies to
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.