Share via


ODataUriResolver.ResolveProperty(IEdmStructuredType, String) Method

Definition

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

Applies to