Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes a new instance of the EdmValue class.
Namespace: Microsoft.Data.Edm.Library.Values
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Protected Sub New ( _
type As IEdmTypeReference _
)
'Usage
Dim type As IEdmTypeReference
Dim instance As New EdmValue(type)
protected EdmValue(
IEdmTypeReference type
)
protected:
EdmValue(
IEdmTypeReference^ type
)
new :
type:IEdmTypeReference -> EdmValue
protected function EdmValue(
type : IEdmTypeReference
)
Parameters
- type
Type: Microsoft.Data.Edm.IEdmTypeReference
The type of the value.