다음을 통해 공유


ComplexPropertyEntry<TEntity,TComplexProperty>.ComplexProperty 메서드

정의

오버로드

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

정보 및 작업에 액세스할 속성입니다.

반환

ComplexPropertyEntry<TEntity,TNestedComplexProperty>

지정된 속성에 대한 변경 내용 추적 정보 및 작업을 노출하는 개체입니다.

설명

자세한 내용과 예제 는 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>>

정보 및 작업에 액세스할 속성을 나타내는 람다 식입니다.

반환

ComplexPropertyEntry<TEntity,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

정보 및 작업에 액세스할 속성입니다.

반환

ComplexPropertyEntry<TEntity,TNestedComplexProperty>

지정된 속성에 대한 변경 내용 추적 정보 및 작업을 노출하는 개체입니다.

설명

자세한 내용과 예제 는 EF Core에서 추적된 엔터티 액세스를 참조하세요.

적용 대상