ExtensionMethods.FindProperty 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
FindProperty(IEdmStructuredTypeReference, String) |
이 참조의 정의에서 속성을 찾습니다. |
FindProperty(IEdmRecordExpression, String) |
레코드 식의 속성을 찾습니다. |
FindProperty(IEdmStructuredTypeReference, String)
이 참조의 정의에서 속성을 찾습니다.
public static Microsoft.OData.Edm.IEdmProperty FindProperty (this Microsoft.OData.Edm.IEdmStructuredTypeReference type, string name);
static member FindProperty : Microsoft.OData.Edm.IEdmStructuredTypeReference * string -> Microsoft.OData.Edm.IEdmProperty
<Extension()>
Public Function FindProperty (type As IEdmStructuredTypeReference, name As String) As IEdmProperty
매개 변수
호출하는 개체에 대한 참조입니다.
- name
- String
찾을 속성의 이름입니다.
반환
요청된 속성이 있는 경우 입니다. 그렇지 않은 경우 null입니다.
적용 대상
FindProperty(IEdmRecordExpression, String)
레코드 식의 속성을 찾습니다.
public static Microsoft.OData.Edm.Vocabularies.IEdmPropertyConstructor FindProperty (this Microsoft.OData.Edm.Vocabularies.IEdmRecordExpression expression, string name);
static member FindProperty : Microsoft.OData.Edm.Vocabularies.IEdmRecordExpression * string -> Microsoft.OData.Edm.Vocabularies.IEdmPropertyConstructor
<Extension()>
Public Function FindProperty (expression As IEdmRecordExpression, name As String) As IEdmPropertyConstructor
매개 변수
- expression
- IEdmRecordExpression
레코드 식입니다.
- name
- String
찾을 속성의 이름입니다.
반환
속성(찾은 경우) 또는 null입니다.