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