Share via


ExtensionMethods.StructuralProperties Method

Definition

Overloads

StructuralProperties(IEdmStructuredType)

Gets the structural properties declared in this type definition and all base types.

StructuralProperties(IEdmStructuredTypeReference)

Gets all structural properties declared in the definition of this reference and all its base types.

StructuralProperties(IEdmStructuredType)

Gets the structural properties declared in this type definition and all base types.

public static System.Collections.Generic.IEnumerable<Microsoft.OData.Edm.IEdmStructuralProperty> StructuralProperties (this Microsoft.OData.Edm.IEdmStructuredType type);
static member StructuralProperties : Microsoft.OData.Edm.IEdmStructuredType -> seq<Microsoft.OData.Edm.IEdmStructuralProperty>
<Extension()>
Public Iterator Function StructuralProperties (type As IEdmStructuredType) As IEnumerable(Of IEdmStructuralProperty)

Parameters

type
IEdmStructuredType

Reference to the calling object.

Returns

The structural properties declared in this type definition and all base types.

Applies to

StructuralProperties(IEdmStructuredTypeReference)

Gets all structural properties declared in the definition of this reference and all its base types.

public static System.Collections.Generic.IEnumerable<Microsoft.OData.Edm.IEdmStructuralProperty> StructuralProperties (this Microsoft.OData.Edm.IEdmStructuredTypeReference type);
static member StructuralProperties : Microsoft.OData.Edm.IEdmStructuredTypeReference -> seq<Microsoft.OData.Edm.IEdmStructuralProperty>
<Extension()>
Public Function StructuralProperties (type As IEdmStructuredTypeReference) As IEnumerable(Of IEdmStructuralProperty)

Parameters

type
IEdmStructuredTypeReference

Reference to the calling object.

Returns

All structural properties declared in the definition of this reference and all its base types.

Applies to