ExtensionMethods.NavigationProperties 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.
Overloads
NavigationProperties(IEdmStructuredTypeReference) |
Gets the navigation properties declared in the definition of this reference and its base types. |
NavigationProperties(IEdmStructuredType) |
Get the navigation properties declared in this structured type and all base types. |
NavigationProperties(IEdmStructuredTypeReference)
Gets the navigation properties declared in the definition of this reference and its base types.
public static System.Collections.Generic.IEnumerable<Microsoft.OData.Edm.IEdmNavigationProperty> NavigationProperties (this Microsoft.OData.Edm.IEdmStructuredTypeReference type);
static member NavigationProperties : Microsoft.OData.Edm.IEdmStructuredTypeReference -> seq<Microsoft.OData.Edm.IEdmNavigationProperty>
<Extension()>
Public Function NavigationProperties (type As IEdmStructuredTypeReference) As IEnumerable(Of IEdmNavigationProperty)
Parameters
Reference to the calling object.
Returns
The navigation properties declared in the definition of this reference and its base types.
Applies to
NavigationProperties(IEdmStructuredType)
Get the navigation properties declared in this structured type and all base types.
public static System.Collections.Generic.IEnumerable<Microsoft.OData.Edm.IEdmNavigationProperty> NavigationProperties (this Microsoft.OData.Edm.IEdmStructuredType type);
static member NavigationProperties : Microsoft.OData.Edm.IEdmStructuredType -> seq<Microsoft.OData.Edm.IEdmNavigationProperty>
<Extension()>
Public Function NavigationProperties (type As IEdmStructuredType) As IEnumerable(Of IEdmNavigationProperty)
Parameters
- type
- IEdmStructuredType
Reference to the calling object.
Returns
The navigation properties declared in this structured type and all base types.