DbComplexPropertyEntry<TEntity,TComplexProperty>.ComplexProperty メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
ComplexProperty(String) |
このプロパティの入れ子の複合プロパティを表すオブジェクトを取得します。 |
ComplexProperty<TNestedComplexProperty>(Expression<Func<TComplexProperty,TNestedComplexProperty>>) |
このプロパティの入れ子の複合プロパティを表すオブジェクトを取得します。 |
ComplexProperty<TNestedComplexProperty>(String) |
このプロパティの入れ子の複合プロパティを表すオブジェクトを取得します。 |
ComplexProperty(String)
このプロパティの入れ子の複合プロパティを表すオブジェクトを取得します。
public System.Data.Entity.Infrastructure.DbComplexPropertyEntry ComplexProperty (string propertyName);
member this.ComplexProperty : string -> System.Data.Entity.Infrastructure.DbComplexPropertyEntry
Public Function ComplexProperty (propertyName As String) As DbComplexPropertyEntry
パラメーター
- propertyName
- String
入れ子プロパティの名前。
戻り値
入れ子プロパティを表すオブジェクト。
適用対象
ComplexProperty<TNestedComplexProperty>(Expression<Func<TComplexProperty,TNestedComplexProperty>>)
このプロパティの入れ子の複合プロパティを表すオブジェクトを取得します。
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1719:ParameterNamesShouldNotMatchMemberNames", Justification="Rule predates more fluent naming conventions.", MessageId="0#")]
public System.Data.Entity.Infrastructure.DbComplexPropertyEntry<TEntity,TNestedComplexProperty> ComplexProperty<TNestedComplexProperty> (System.Linq.Expressions.Expression<Func<TComplexProperty,TNestedComplexProperty>> property);
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1719:ParameterNamesShouldNotMatchMemberNames", Justification="Rule predates more fluent naming conventions.", MessageId="0#")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1006:DoNotNestGenericTypesInMemberSignatures")]
public System.Data.Entity.Infrastructure.DbComplexPropertyEntry<TEntity,TNestedComplexProperty> ComplexProperty<TNestedComplexProperty> (System.Linq.Expressions.Expression<Func<TComplexProperty,TNestedComplexProperty>> property);
member this.ComplexProperty : System.Linq.Expressions.Expression<Func<'ComplexProperty, 'NestedComplexProperty>> -> System.Data.Entity.Infrastructure.DbComplexPropertyEntry<'Entity, 'NestedComplexProperty (requires 'Entity : null)>
Public Function ComplexProperty(Of TNestedComplexProperty) (property As Expression(Of Func(Of TComplexProperty, TNestedComplexProperty))) As DbComplexPropertyEntry(Of TEntity, TNestedComplexProperty)
型パラメーター
- TNestedComplexProperty
入れ子プロパティの型。
パラメーター
- property
- Expression<Func<TComplexProperty,TNestedComplexProperty>>
入れ子プロパティを表す式。
戻り値
DbComplexPropertyEntry<TEntity,TNestedComplexProperty>
入れ子プロパティを表すオブジェクト。
- 属性
適用対象
ComplexProperty<TNestedComplexProperty>(String)
このプロパティの入れ子の複合プロパティを表すオブジェクトを取得します。
public System.Data.Entity.Infrastructure.DbComplexPropertyEntry<TEntity,TNestedComplexProperty> ComplexProperty<TNestedComplexProperty> (string propertyName);
member this.ComplexProperty : string -> System.Data.Entity.Infrastructure.DbComplexPropertyEntry<'Entity, 'NestedComplexProperty (requires 'Entity : null)>
Public Function ComplexProperty(Of TNestedComplexProperty) (propertyName As String) As DbComplexPropertyEntry(Of TEntity, TNestedComplexProperty)
型パラメーター
- TNestedComplexProperty
入れ子プロパティの型。
パラメーター
- propertyName
- String
入れ子プロパティの名前。
戻り値
DbComplexPropertyEntry<TEntity,TNestedComplexProperty>
入れ子プロパティを表すオブジェクト。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Entity Framework