EdmTemporalTypeReference Constructor (IEdmPrimitiveType, Boolean, Nullable<Int32>)
Creates a new instance of the EdmTemporalTypeReference class.
Namespace: Microsoft.Data.Edm.Library
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public Sub New ( _
definition As IEdmPrimitiveType, _
isNullable As Boolean, _
precision As Nullable(Of Integer) _
)
'Usage
Dim definition As IEdmPrimitiveType
Dim isNullable As Boolean
Dim precision As Nullable(Of Integer)
Dim instance As New EdmTemporalTypeReference(definition, _
isNullable, precision)
public EdmTemporalTypeReference(
IEdmPrimitiveType definition,
bool isNullable,
Nullable<int> precision
)
public:
EdmTemporalTypeReference(
IEdmPrimitiveType^ definition,
bool isNullable,
Nullable<int> precision
)
new :
definition:IEdmPrimitiveType *
isNullable:bool *
precision:Nullable<int> -> EdmTemporalTypeReference
public function EdmTemporalTypeReference(
definition : IEdmPrimitiveType,
isNullable : boolean,
precision : Nullable<int>
)
Parameters
- definition
Type: Microsoft.Data.Edm.IEdmPrimitiveType
The type this reference refers to.
- isNullable
Type: System.Boolean
Denotes whether the type can be nullable.
- precision
Type: System.Nullable<Int32>
Precision of values with this type.
See Also
Reference
EdmTemporalTypeReference Class