ExtensionMethods.Properties(IEdmStructuredType) 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.
Gets all properties of the structured type definition and its base types.
public static System.Collections.Generic.IEnumerable<Microsoft.OData.Edm.IEdmProperty> Properties (this Microsoft.OData.Edm.IEdmStructuredType type);
static member Properties : Microsoft.OData.Edm.IEdmStructuredType -> seq<Microsoft.OData.Edm.IEdmProperty>
<Extension()>
Public Iterator Function Properties (type As IEdmStructuredType) As IEnumerable(Of IEdmProperty)
Parameters
- type
- IEdmStructuredType
Reference to the calling object.
Returns
Properties of this type.