EdmStructuredType.FindProperty(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Searches for a structural or navigation property with the given name in this type and all base types and returns null if no such property exists.
public Microsoft.OData.Edm.IEdmProperty FindProperty (string name);
abstract member FindProperty : string -> Microsoft.OData.Edm.IEdmProperty
override this.FindProperty : string -> Microsoft.OData.Edm.IEdmProperty
Public Function FindProperty (name As String) As IEdmProperty
Parameters
- name
- String
The name of the property being found.
Returns
The requested property, or null if no such property exists.