EdmTypeSemantics.IsStructured 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
IsStructured(IEdmTypeReference) |
Returns true if this reference refers to a structured type. |
IsStructured(EdmTypeKind) |
Returns true if this type kind represents a structured type. |
IsStructured(IEdmTypeReference)
Returns true if this reference refers to a structured type.
public static bool IsStructured (this Microsoft.OData.Edm.IEdmTypeReference type);
static member IsStructured : Microsoft.OData.Edm.IEdmTypeReference -> bool
<Extension()>
Public Function IsStructured (type As IEdmTypeReference) As Boolean
Parameters
- type
- IEdmTypeReference
Type reference.
Returns
This reference refers to a structured type.
Applies to
IsStructured(EdmTypeKind)
Returns true if this type kind represents a structured type.
public static bool IsStructured (this Microsoft.OData.Edm.EdmTypeKind typeKind);
static member IsStructured : Microsoft.OData.Edm.EdmTypeKind -> bool
<Extension()>
Public Function IsStructured (typeKind As EdmTypeKind) As Boolean
Parameters
- typeKind
- EdmTypeKind
Reference to the calling object.
Returns
This kind refers to a structured type.