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

  • isNullable
    Type: System.Boolean
    Denotes whether the type can be nullable.

See Also

Reference

EdmTemporalTypeReference Class

EdmTemporalTypeReference Overload

Microsoft.Data.Edm.Library Namespace