ModelValidatorDependencies.TypeMappingSource Property

Definition

Caution

The model now contains this dependency

The type mapper.

public Microsoft.EntityFrameworkCore.Storage.ITypeMappingSource TypeMappingSource { get; }
[System.Obsolete("The model now contains this dependency")]
public Microsoft.EntityFrameworkCore.Storage.ITypeMappingSource TypeMappingSource { get; init; }
member this.TypeMappingSource : Microsoft.EntityFrameworkCore.Storage.ITypeMappingSource
[<System.Obsolete("The model now contains this dependency")>]
member this.TypeMappingSource : Microsoft.EntityFrameworkCore.Storage.ITypeMappingSource with get, set
Public ReadOnly Property TypeMappingSource As ITypeMappingSource
Public Property TypeMappingSource As ITypeMappingSource

Property Value

Attributes

Applies to