다음을 통해 공유


Delta<TStructuralType>.TryGetPropertyType(String, Type) 메서드

정의

기본 엔터티에서 호출 name 된 속성의 를 가져오 Type 려고 시도합니다.

public override bool TryGetPropertyType (string name, out Type type);
override this.TryGetPropertyType : string * Type -> bool
Public Overrides Function TryGetPropertyType (name As String, ByRef type As Type) As Boolean

매개 변수

name
String

속성 이름

type
Type

속성 형식

반환

속성이 발견되면 를 반환하고, 그렇지 않으면 를 반환 true 합니다 false .

구현

적용 대상