Поделиться через


ExtensionMethods.DeclaredNavigationProperties Метод

Определение

Перегрузки

DeclaredNavigationProperties(IEdmStructuredType)

Возвращает свойства навигации, объявленные в этом определении структурированного типа.

DeclaredNavigationProperties(IEdmStructuredTypeReference)

Возвращает свойства навигации, объявленные в определении этой ссылки.

DeclaredNavigationProperties(IEdmStructuredType)

Возвращает свойства навигации, объявленные в этом определении структурированного типа.

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)

Параметры

type
IEdmStructuredType

Ссылка на вызывающий объект.

Возвращаемое значение

Свойства навигации, объявленные в этом определении структурированного типа.

Применяется к

DeclaredNavigationProperties(IEdmStructuredTypeReference)

Возвращает свойства навигации, объявленные в определении этой ссылки.

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)

Параметры

type
IEdmStructuredTypeReference

Ссылка на вызывающий объект.

Возвращаемое значение

Свойства навигации, объявленные в определении этой ссылки.

Применяется к