次の方法で共有


ModelValidator(ModelValidatorDependencies) コンストラクター

定義

ModelValidator の新しいインスタンスを作成します。

public ModelValidator (Microsoft.EntityFrameworkCore.Infrastructure.ModelValidatorDependencies dependencies);
new Microsoft.EntityFrameworkCore.Infrastructure.ModelValidator : Microsoft.EntityFrameworkCore.Infrastructure.ModelValidatorDependencies -> Microsoft.EntityFrameworkCore.Infrastructure.ModelValidator
Public Sub New (dependencies As ModelValidatorDependencies)

パラメーター

dependencies
ModelValidatorDependencies

このサービスの依存関係を含む Parameter オブジェクト。

適用対象