EdmTypeSemantics.IsUntyped 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
IsUntyped(IEdmTypeReference) |
Returns true if this reference refers to a Edm.Untyped type. |
IsUntyped(IEdmType) |
Returns true if this definition refers to an untyped type. |
IsUntyped(IEdmTypeReference)
Returns true if this reference refers to a Edm.Untyped type.
public static bool IsUntyped (this Microsoft.OData.Edm.IEdmTypeReference type);
static member IsUntyped : Microsoft.OData.Edm.IEdmTypeReference -> bool
<Extension()>
Public Function IsUntyped (type As IEdmTypeReference) As Boolean
Parameters
- type
- IEdmTypeReference
Type reference.
Returns
This reference refers to a Edm.Untyped type.
Applies to
IsUntyped(IEdmType)
Returns true if this definition refers to an untyped type.
public static bool IsUntyped (this Microsoft.OData.Edm.IEdmType type);
static member IsUntyped : Microsoft.OData.Edm.IEdmType -> bool
<Extension()>
Public Function IsUntyped (type As IEdmType) As Boolean
Parameters
- type
- IEdmType
Type reference.
Returns
This definition refers to a string type.