EdmGuidConstant Constructors
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
EdmGuidConstant(Guid) |
Initializes a new instance of the EdmGuidConstant class. |
EdmGuidConstant(IEdmPrimitiveTypeReference, Guid) |
Initializes a new instance of the EdmGuidConstant class. |
EdmGuidConstant(Guid)
Initializes a new instance of the EdmGuidConstant class.
public EdmGuidConstant (Guid value);
new Microsoft.OData.Edm.Vocabularies.EdmGuidConstant : Guid -> Microsoft.OData.Edm.Vocabularies.EdmGuidConstant
Public Sub New (value As Guid)
Parameters
- value
- Guid
Integer value represented by this value.
Applies to
EdmGuidConstant(IEdmPrimitiveTypeReference, Guid)
Initializes a new instance of the EdmGuidConstant class.
public EdmGuidConstant (Microsoft.OData.Edm.IEdmPrimitiveTypeReference type, Guid value);
new Microsoft.OData.Edm.Vocabularies.EdmGuidConstant : Microsoft.OData.Edm.IEdmPrimitiveTypeReference * Guid -> Microsoft.OData.Edm.Vocabularies.EdmGuidConstant
Public Sub New (type As IEdmPrimitiveTypeReference, value As Guid)
Parameters
Type of the integer.
- value
- Guid
Integer value represented by this value.