次の方法で共有


IValueGeneratorSelector.Select メソッド

定義

オーバーロード

Select(IProperty, IEntityType)

特定のプロパティに適した値ジェネレーターを選択します。

Select(IProperty, ITypeBase)

特定のプロパティに適した値ジェネレーターを選択します。

Select(IProperty, IEntityType)

特定のプロパティに適した値ジェネレーターを選択します。

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

パラメーター

property
IProperty

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

entityType
IEntityType

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

戻り値

使用する値ジェネレーター。

適用対象

Select(IProperty, ITypeBase)

特定のプロパティに適した値ジェネレーターを選択します。

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

パラメーター

property
IProperty

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

typeBase
ITypeBase

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

戻り値

使用する値ジェネレーター。

適用対象