IdValueGeneratorFactory.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

値ジェネレーターを使用するエンティティ型。

戻り値

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

適用対象