DbEntityEntry<TEntity>.ComplexProperty メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
| ComplexProperty(String) |
このエンティティの複合プロパティを表すオブジェクトを取得します。 |
| ComplexProperty<TComplexProperty>(Expression<Func<TEntity,TComplexProperty>>) |
このエンティティの複合プロパティを表すオブジェクトを取得します。 |
| ComplexProperty<TComplexProperty>(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<TComplexProperty>(Expression<Func<TEntity,TComplexProperty>>)
このエンティティの複合プロパティを表すオブジェクトを取得します。
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1719:ParameterNamesShouldNotMatchMemberNames", Justification="Rule predates more fluent naming conventions.", MessageId="0#")]
public System.Data.Entity.Infrastructure.DbComplexPropertyEntry<TEntity,TComplexProperty> ComplexProperty<TComplexProperty>(System.Linq.Expressions.Expression<Func<TEntity,TComplexProperty>> 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,TComplexProperty> ComplexProperty<TComplexProperty>(System.Linq.Expressions.Expression<Func<TEntity,TComplexProperty>> property);
member this.ComplexProperty : System.Linq.Expressions.Expression<Func<'Entity, 'ComplexProperty>> -> System.Data.Entity.Infrastructure.DbComplexPropertyEntry<'Entity, 'ComplexProperty (requires 'Entity : null)>
Public Function ComplexProperty(Of TComplexProperty) (property As Expression(Of Func(Of TEntity, TComplexProperty))) As DbComplexPropertyEntry(Of TEntity, TComplexProperty)
型パラメーター
- TComplexProperty
複合プロパティの型。
パラメーター
- property
- Expression<Func<TEntity,TComplexProperty>>
複合プロパティを表す式。
戻り値
複合プロパティを表すオブジェクト。
- 属性
適用対象
ComplexProperty<TComplexProperty>(String)
このエンティティの複合プロパティを表すオブジェクトを取得します。
public System.Data.Entity.Infrastructure.DbComplexPropertyEntry<TEntity,TComplexProperty> ComplexProperty<TComplexProperty>(string propertyName);
member this.ComplexProperty : string -> System.Data.Entity.Infrastructure.DbComplexPropertyEntry<'Entity, 'ComplexProperty (requires 'Entity : null)>
Public Function ComplexProperty(Of TComplexProperty) (propertyName As String) As DbComplexPropertyEntry(Of TEntity, TComplexProperty)
型パラメーター
- TComplexProperty
複合プロパティの型。
パラメーター
- propertyName
- String
複合プロパティの名前。
戻り値
複合プロパティを表すオブジェクト。