ComplexPropertyEntry<TEntity,TComplexProperty>.ComplexProperty メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
ComplexProperty<TNestedComplexProperty>(IComplexProperty) |
この複合型の特定の複合型プロパティに対する変更追跡情報と操作へのアクセスを提供します。 |
ComplexProperty<TNestedComplexProperty>(Expression<Func<TComplexProperty,TNestedComplexProperty>>) |
この複合型の特定の複合型プロパティに対する変更追跡情報と操作へのアクセスを提供します。 |
ComplexProperty<TNestedComplexProperty>(String) |
この複合型の特定の複合型プロパティに対する変更追跡情報と操作へのアクセスを提供します。 |
ComplexProperty<TNestedComplexProperty>(IComplexProperty)
この複合型の特定の複合型プロパティに対する変更追跡情報と操作へのアクセスを提供します。
public virtual Microsoft.EntityFrameworkCore.ChangeTracking.ComplexPropertyEntry<TEntity,TNestedComplexProperty> ComplexProperty<TNestedComplexProperty> (Microsoft.EntityFrameworkCore.Metadata.IComplexProperty complexProperty);
override this.ComplexProperty : Microsoft.EntityFrameworkCore.Metadata.IComplexProperty -> Microsoft.EntityFrameworkCore.ChangeTracking.ComplexPropertyEntry<'Entity, 'NestedComplexProperty (requires 'Entity : null)>
Public Overridable Function ComplexProperty(Of TNestedComplexProperty) (complexProperty As IComplexProperty) As ComplexPropertyEntry(Of TEntity, TNestedComplexProperty)
型パラメーター
- TNestedComplexProperty
プロパティの型。
パラメーター
- complexProperty
- IComplexProperty
情報と操作にアクセスするプロパティ。
戻り値
指定されたプロパティの変更追跡情報と操作を公開する オブジェクト。
注釈
詳細と例については、「 EF Core での追跡対象エンティティへのアクセス 」を参照してください。
適用対象
ComplexProperty<TNestedComplexProperty>(Expression<Func<TComplexProperty,TNestedComplexProperty>>)
この複合型の特定の複合型プロパティに対する変更追跡情報と操作へのアクセスを提供します。
public virtual Microsoft.EntityFrameworkCore.ChangeTracking.ComplexPropertyEntry<TEntity,TNestedComplexProperty> ComplexProperty<TNestedComplexProperty> (System.Linq.Expressions.Expression<Func<TComplexProperty,TNestedComplexProperty>> propertyExpression);
override this.ComplexProperty : System.Linq.Expressions.Expression<Func<'ComplexProperty, 'NestedComplexProperty>> -> Microsoft.EntityFrameworkCore.ChangeTracking.ComplexPropertyEntry<'Entity, 'NestedComplexProperty (requires 'Entity : null)>
Public Overridable Function ComplexProperty(Of TNestedComplexProperty) (propertyExpression As Expression(Of Func(Of TComplexProperty, TNestedComplexProperty))) As ComplexPropertyEntry(Of TEntity, TNestedComplexProperty)
型パラメーター
- TNestedComplexProperty
パラメーター
- propertyExpression
- Expression<Func<TComplexProperty,TNestedComplexProperty>>
情報と操作にアクセスするプロパティを表すラムダ式。
戻り値
指定されたプロパティの変更追跡情報と操作を公開する オブジェクト。
注釈
詳細と例については、「 EF Core での追跡対象エンティティへのアクセス 」を参照してください。
適用対象
ComplexProperty<TNestedComplexProperty>(String)
この複合型の特定の複合型プロパティに対する変更追跡情報と操作へのアクセスを提供します。
public virtual Microsoft.EntityFrameworkCore.ChangeTracking.ComplexPropertyEntry<TEntity,TNestedComplexProperty> ComplexProperty<TNestedComplexProperty> (string propertyName);
override this.ComplexProperty : string -> Microsoft.EntityFrameworkCore.ChangeTracking.ComplexPropertyEntry<'Entity, 'NestedComplexProperty (requires 'Entity : null)>
Public Overridable Function ComplexProperty(Of TNestedComplexProperty) (propertyName As String) As ComplexPropertyEntry(Of TEntity, TNestedComplexProperty)
型パラメーター
- TNestedComplexProperty
プロパティの型。
パラメーター
- propertyName
- String
情報と操作にアクセスするプロパティ。
戻り値
指定されたプロパティの変更追跡情報と操作を公開する オブジェクト。
注釈
詳細と例については、「 EF Core での追跡対象エンティティへのアクセス 」を参照してください。
適用対象
Entity Framework