OracleNumber Constructor(Int64)
Initializes a new instance of the
OracleNumber structure with the specified
System.Int64 value.
public OracleNumber(
long
)
'Declaration
Public Function New( _
ByVal As Long _
)
Parameters
- value
- The System.Int64 value to be stored as an OracleNumber.