다음을 통해 공유


RuntimeTypeBase.FindComplexProperty(String) 메서드

정의

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

public virtual Microsoft.EntityFrameworkCore.Metadata.RuntimeComplexProperty? FindComplexProperty (string name);
abstract member FindComplexProperty : string -> Microsoft.EntityFrameworkCore.Metadata.RuntimeComplexProperty
override this.FindComplexProperty : string -> Microsoft.EntityFrameworkCore.Metadata.RuntimeComplexProperty
Public Overridable Function FindComplexProperty (name As String) As RuntimeComplexProperty

매개 변수

name
String

속성의 이름입니다.

반환

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

적용 대상