EdmIntegerConstant Constructor (Int64)

Initializes a new instance of the EdmIntegerConstant class.

Namespace:  Microsoft.Data.Edm.Library.Values
Assembly:  Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)

Syntax

'Declaration
Public Sub New ( _
    value As Long _
)
'Usage
Dim value As Long 

Dim instance As New EdmIntegerConstant(value)
public EdmIntegerConstant(
    long value
)
public:
EdmIntegerConstant(
    long long value
)
new : 
        value:int64 -> EdmIntegerConstant
public function EdmIntegerConstant(
    value : long
)

Parameters

  • value
    Type: System.Int64
    The Integer value represented by this value.

See Also

Reference

EdmIntegerConstant Class

EdmIntegerConstant Overload

Microsoft.Data.Edm.Library.Values Namespace