EdmIntegerConstant Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 of the integer.
- value
- Int64
Integer value represented by this value.