ODataUriResolver.ResolveProperty(IEdmStructuredType, 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.
Resolve property from property name
public virtual Microsoft.OData.Edm.IEdmProperty ResolveProperty (Microsoft.OData.Edm.IEdmStructuredType type, string propertyName);
abstract member ResolveProperty : Microsoft.OData.Edm.IEdmStructuredType * string -> Microsoft.OData.Edm.IEdmProperty
override this.ResolveProperty : Microsoft.OData.Edm.IEdmStructuredType * string -> Microsoft.OData.Edm.IEdmProperty
Public Overridable Function ResolveProperty (type As IEdmStructuredType, propertyName As String) As IEdmProperty
Parameters
- type
- IEdmStructuredType
The declaring type.
- propertyName
- String
The property name.
Returns
The resolved IEdmProperty