次の方法で共有


ValueGeneratorSelector.Create メソッド

定義

オーバーロード

Create(IProperty, IEntityType)

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

Create(IProperty, ITypeBase)

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

Create(IProperty, IEntityType)

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

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

パラメーター

property
IProperty

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

entityType
IEntityType

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

戻り値

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

適用対象

Create(IProperty, ITypeBase)

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

public virtual Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator Create (Microsoft.EntityFrameworkCore.Metadata.IProperty property, Microsoft.EntityFrameworkCore.Metadata.ITypeBase typeBase);
abstract member Create : Microsoft.EntityFrameworkCore.Metadata.IProperty * Microsoft.EntityFrameworkCore.Metadata.ITypeBase -> Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator
override this.Create : Microsoft.EntityFrameworkCore.Metadata.IProperty * Microsoft.EntityFrameworkCore.Metadata.ITypeBase -> Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator
Public Overridable Function Create (property As IProperty, typeBase As ITypeBase) As ValueGenerator

パラメーター

property
IProperty

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

typeBase
ITypeBase

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

戻り値

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

適用対象