ExtensionMethods.StructuralProperties 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
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
Reference to the calling object.
Returns
All structural properties declared in the definition of this reference and all its base types.