다음을 통해 공유


IMutableTypeBase.GetDeclaredComplexProperties 메서드

정의

이 형식에 선언된 모든 복합 속성을 가져옵니다.

public System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IMutableComplexProperty> GetDeclaredComplexProperties ();
abstract member GetDeclaredComplexProperties : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.IMutableComplexProperty>
Public Function GetDeclaredComplexProperties () As IEnumerable(Of IMutableComplexProperty)

반환

선언된 복합 속성입니다.

설명

이 메서드는 기본 형식에 선언된 속성을 반환하지 않습니다. 동일한 속성을 두 번 이상 처리하지 않도록 모든 형식을 반복할 때 유용합니다. 를 사용하여 GetComplexProperties() 기본 형식에 선언된 속성도 반환합니다.

적용 대상