ComplexPropertyEntry<TEntity,TComplexProperty>.ComplexProperty 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
ComplexProperty<TNestedComplexProperty>(IComplexProperty) |
이 복합 형식의 지정된 복합 형식 속성에 대한 변경 내용 추적 정보 및 작업에 대한 액세스를 제공합니다. |
ComplexProperty<TNestedComplexProperty>(Expression<Func<TComplexProperty,TNestedComplexProperty>>) |
이 복합 형식의 지정된 복합 형식 속성에 대한 변경 내용 추적 정보 및 작업에 대한 액세스를 제공합니다. |
ComplexProperty<TNestedComplexProperty>(String) |
이 복합 형식의 지정된 복합 형식 속성에 대한 변경 내용 추적 정보 및 작업에 대한 액세스를 제공합니다. |
ComplexProperty<TNestedComplexProperty>(IComplexProperty)
- Source:
- ComplexPropertyEntry%60.cs
- Source:
- ComplexPropertyEntry%60.cs
이 복합 형식의 지정된 복합 형식 속성에 대한 변경 내용 추적 정보 및 작업에 대한 액세스를 제공합니다.
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>>)
- Source:
- ComplexPropertyEntry%60.cs
- Source:
- ComplexPropertyEntry%60.cs
이 복합 형식의 지정된 복합 형식 속성에 대한 변경 내용 추적 정보 및 작업에 대한 액세스를 제공합니다.
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)
- Source:
- ComplexPropertyEntry%60.cs
- Source:
- ComplexPropertyEntry%60.cs
이 복합 형식의 지정된 복합 형식 속성에 대한 변경 내용 추적 정보 및 작업에 대한 액세스를 제공합니다.
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