EdmDecimalTypeReference Constructor (IEdmPrimitiveType, Boolean)

Creates a new instance of the EdmDecimalTypeReference 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 _
)
'Usage
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
)

Parameters

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

See Also

Reference

EdmDecimalTypeReference Class

EdmDecimalTypeReference Overload

Microsoft.Data.Edm.Library Namespace