EdmTypeSemantics.IsGuid(IEdmTypeReference) Method
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.
Returns true if this reference refers to a GUID type.
C#
public static bool IsGuid (this Microsoft.OData.Edm.IEdmTypeReference type);
static member IsGuid : Microsoft.OData.Edm.IEdmTypeReference -> bool
<Extension()>
Public Function IsGuid (type As IEdmTypeReference) As Boolean
- type
- IEdmTypeReference
Type reference.
This reference refers to a GUID type.
Product | Versions |
---|---|
OData EDM | 7.0 |