Share via


EdmIntegerConstant Constructors

Definition

Overloads

EdmIntegerConstant(Int64)

Initializes a new instance of the EdmIntegerConstant class.

EdmIntegerConstant(IEdmPrimitiveTypeReference, Int64)

Initializes a new instance of the EdmIntegerConstant class.

EdmIntegerConstant(Int64)

Initializes a new instance of the EdmIntegerConstant class.

public EdmIntegerConstant (long value);
new Microsoft.OData.Edm.Vocabularies.EdmIntegerConstant : int64 -> Microsoft.OData.Edm.Vocabularies.EdmIntegerConstant
Public Sub New (value As Long)

Parameters

value
Int64

Integer value represented by this value.

Applies to

EdmIntegerConstant(IEdmPrimitiveTypeReference, Int64)

Initializes a new instance of the EdmIntegerConstant class.

public EdmIntegerConstant (Microsoft.OData.Edm.IEdmPrimitiveTypeReference type, long value);
new Microsoft.OData.Edm.Vocabularies.EdmIntegerConstant : Microsoft.OData.Edm.IEdmPrimitiveTypeReference * int64 -> Microsoft.OData.Edm.Vocabularies.EdmIntegerConstant
Public Sub New (type As IEdmPrimitiveTypeReference, value As Long)

Parameters

type
IEdmPrimitiveTypeReference

Type of the integer.

value
Int64

Integer value represented by this value.

Applies to