次の方法で共有


ConventionTypeConfiguration.Property メソッド

定義

オーバーロード

Property(PropertyInfo)

この型で定義されているプロパティを構成します。

Property(String)

この型で定義されているプロパティを構成します。

Property(PropertyInfo)

この型で定義されているプロパティを構成します。

public System.Data.Entity.ModelConfiguration.Configuration.ConventionPrimitivePropertyConfiguration Property (System.Reflection.PropertyInfo propertyInfo);
member this.Property : System.Reflection.PropertyInfo -> System.Data.Entity.ModelConfiguration.Configuration.ConventionPrimitivePropertyConfiguration

パラメーター

propertyInfo
PropertyInfo

構成されているプロパティ。

戻り値

プロパティを構成するために使用できる構成オブジェクト。

適用対象

Property(String)

この型で定義されているプロパティを構成します。

public System.Data.Entity.ModelConfiguration.Configuration.ConventionPrimitivePropertyConfiguration Property (string propertyName);
member this.Property : string -> System.Data.Entity.ModelConfiguration.Configuration.ConventionPrimitivePropertyConfiguration
Public Function Property (propertyName As String) As ConventionPrimitivePropertyConfiguration

パラメーター

propertyName
String

構成されているプロパティの名前。

戻り値

プロパティを構成するために使用できる構成オブジェクト。

適用対象