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