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
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.