ExtensionMethods.FindProperty Method
Include Protected Members
Include Inherited Members
Finds a property.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
FindProperty(IEdmRecordExpression, String) | Finds a property of a record expression. | |
FindProperty(IEdmStructuredTypeReference, String) | Finds a property with the specified type and name. |
Top