次の方法で共有


RelationalModelValidator.ValidateMappingStrategy(IEntityType, String) メソッド

定義

特定のマッピング戦略がサポートされていることを検証します

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)

パラメーター

entityType
IEntityType

エンティティの型。

mappingStrategy
String

マッピング戦略。

適用対象