Jaa


EdmCoreModel.GetGuid(Boolean) Method

Definition

Gets a reference to the Guid primitive type definition.

public Microsoft.OData.Edm.IEdmPrimitiveTypeReference GetGuid (bool isNullable);
member this.GetGuid : bool -> Microsoft.OData.Edm.IEdmPrimitiveTypeReference
Public Function GetGuid (isNullable As Boolean) As IEdmPrimitiveTypeReference

Parameters

isNullable
Boolean

Flag specifying if the referenced type should be nullable.

Returns

A new primitive type reference.

Applies to