Compartir a través de


EdmDecimalTypeReference Constructor (IEdmPrimitiveType, Boolean)

Crea una nueva instancia de la clase EdmDecimalTypeReference.

Espacio de nombres:  Microsoft.Data.Edm.Library
Ensamblado:  Microsoft.Data.Edm (en Microsoft.Data.Edm.dll)

Sintaxis

'Declaración
Public Sub New ( _
    definition As IEdmPrimitiveType, _
    isNullable As Boolean _
)
'Uso
Dim definition As IEdmPrimitiveType
Dim isNullable As Boolean

Dim instance As New EdmDecimalTypeReference(definition, _
    isNullable)
public EdmDecimalTypeReference(
    IEdmPrimitiveType definition,
    bool isNullable
)
public:
EdmDecimalTypeReference(
    IEdmPrimitiveType^ definition, 
    bool isNullable
)
new : 
        definition:IEdmPrimitiveType * 
        isNullable:bool -> EdmDecimalTypeReference
public function EdmDecimalTypeReference(
    definition : IEdmPrimitiveType, 
    isNullable : boolean
)

Parámetros

  • isNullable
    Tipo: System.Boolean
    Denota si el tipo puede aceptar valores NULL.

Vea también

Referencia

EdmDecimalTypeReference Clase

Sobrecarga de EdmDecimalTypeReference

Espacio de nombres Microsoft.Data.Edm.Library