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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework