RelationalModelValidator.ValidateMappingStrategy(IEntityType, String) Yöntem

Tanım

Verilen eşleme stratejisinin desteklendiğini doğrular

protected virtual void ValidateMappingStrategy (Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType, string? mappingStrategy);
abstract member ValidateMappingStrategy : Microsoft.EntityFrameworkCore.Metadata.IEntityType * string -> unit
override this.ValidateMappingStrategy : Microsoft.EntityFrameworkCore.Metadata.IEntityType * string -> unit
Protected Overridable Sub ValidateMappingStrategy (entityType As IEntityType, mappingStrategy As String)

Parametreler

entityType
IEntityType

Varlık türü.

mappingStrategy
String

Eşleme stratejisi.

Şunlara uygulanır