다음을 통해 공유


RuntimeTypeBase.ITypeBase.FindComplexProperty(String) 메서드

정의

지정된 이름의 복합 속성을 가져옵니다. 지정된 이름의 속성이 정의되지 않은 경우 를 반환 null 합니다.

[System.Diagnostics.DebuggerStepThrough]
Microsoft.EntityFrameworkCore.Metadata.IComplexProperty ITypeBase.FindComplexProperty (string name);
[<System.Diagnostics.DebuggerStepThrough>]
abstract member Microsoft.EntityFrameworkCore.Metadata.ITypeBase.FindComplexProperty : string -> Microsoft.EntityFrameworkCore.Metadata.IComplexProperty
override this.Microsoft.EntityFrameworkCore.Metadata.ITypeBase.FindComplexProperty : string -> Microsoft.EntityFrameworkCore.Metadata.IComplexProperty
Function FindComplexProperty (name As String) As IComplexProperty Implements ITypeBase.FindComplexProperty

매개 변수

name
String

속성의 이름입니다.

반환

속성이거나 null , 찾을 수 없는 경우 입니다.

구현

특성

적용 대상