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
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Entity Framework