Condividi tramite


Costruttore EdmTemporalTypeReference (IEdmPrimitiveType, Boolean, Nullable<Int32>)

Crea una nuova istanza della classe EdmTemporalTypeReference.

Spazio dei nomi  Microsoft.Data.Edm.Library
Assembly:  Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)

Sintassi

'Dichiarazione
Public Sub New ( _
    definition As IEdmPrimitiveType, _
    isNullable As Boolean, _
    precision As Nullable(Of Integer) _
)
'Utilizzo
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>
)

Parametri

  • isNullable
    Tipo: System.Boolean
    Indica se il tipo può ammettere i valori Null.

Vedere anche

Riferimento

EdmTemporalTypeReference Classe

Overload EdmTemporalTypeReference

Spazio dei nomi Microsoft.Data.Edm.Library