EdmGuidConstant Constructor (Guid)
Initializes a new instance of the EdmGuidConstant class.
Namespace: Microsoft.Data.Edm.Library.Values
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public Sub New ( _
value As Guid _
)
'Usage
Dim value As Guid
Dim instance As New EdmGuidConstant(value)
public EdmGuidConstant(
Guid value
)
public:
EdmGuidConstant(
Guid value
)
new :
value:Guid -> EdmGuidConstant
public function EdmGuidConstant(
value : Guid
)
Parameters
- value
Type: System.Guid
The Integer value represented by this value.