RelationalValueGeneratorSelector.Create(IProperty, IEntityType) メソッド

定義

指定されたプロパティの新しい値ジェネレーターを作成します。

public override Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator Create (Microsoft.EntityFrameworkCore.Metadata.IProperty property, Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType);
override this.Create : Microsoft.EntityFrameworkCore.Metadata.IProperty * Microsoft.EntityFrameworkCore.Metadata.IEntityType -> Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator
Public Overrides Function Create (property As IProperty, entityType As IEntityType) As ValueGenerator

パラメーター

property
IProperty

値ジェネレーターを取得するプロパティ。

entityType
IEntityType

値ジェネレーターが使用されるエンティティ型。 派生エンティティ型の継承されたプロパティで呼び出されると、このエンティティ型は、 の宣言されたエンティティ型とは異なる場合があります property

戻り値

新しく作成された値ジェネレーター。

適用対象