IConventionRelationshipBuilder.HasField メソッド

定義

オーバーロード

HasField(FieldInfo, Boolean, Boolean)

ナビゲーションに使用するバッキング フィールドを設定します。

HasField(String, Boolean, Boolean)

ナビゲーションに使用するバッキング フィールドを設定します。

HasField(FieldInfo, Boolean, Boolean)

ナビゲーションに使用するバッキング フィールドを設定します。

public Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionRelationshipBuilder HasField (System.Reflection.FieldInfo fieldInfo, bool pointsToPrincipal, bool fromDataAnnotation = false);
abstract member HasField : System.Reflection.FieldInfo * bool * bool -> Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionRelationshipBuilder
Public Function HasField (fieldInfo As FieldInfo, pointsToPrincipal As Boolean, Optional fromDataAnnotation As Boolean = false) As IConventionRelationshipBuilder

パラメーター

fieldInfo
FieldInfo

フィールド。

pointsToPrincipal
Boolean

ナビゲーションがプリンシパル型を指す依存型に基づくかどうかを示す値。

fromDataAnnotation
Boolean

構成がデータ注釈を使用して指定されたかどうかを示します。

戻り値

構成が適用された場合は同じビルダー インスタンス。 null それ以外の場合は 。

適用対象

HasField(String, Boolean, Boolean)

ナビゲーションに使用するバッキング フィールドを設定します。

public Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionRelationshipBuilder HasField (string fieldName, bool pointsToPrincipal, bool fromDataAnnotation = false);
abstract member HasField : string * bool * bool -> Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionRelationshipBuilder
Public Function HasField (fieldName As String, pointsToPrincipal As Boolean, Optional fromDataAnnotation As Boolean = false) As IConventionRelationshipBuilder

パラメーター

fieldName
String

フィールド名。

pointsToPrincipal
Boolean

ナビゲーションがプリンシパル型を指す依存型に基づくかどうかを示す値。

fromDataAnnotation
Boolean

構成がデータ注釈を使用して指定されたかどうかを示します。

戻り値

構成が適用された場合は同じビルダー インスタンス。 null それ以外の場合は 。

適用対象