SqlCeUpdatableRecord.GetInt64 Method
Returns the value of the specified field as int64.
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
Syntax
'Declaration
Public Function GetInt64 ( _
ordinal As Integer _
) As Long
'Usage
Dim instance As SqlCeUpdatableRecord
Dim ordinal As Integer
Dim returnValue As Long
returnValue = instance.GetInt64(ordinal)
public long GetInt64(
int ordinal
)
public:
virtual long long GetInt64(
int ordinal
) sealed
abstract GetInt64 :
ordinal:int -> int64
override GetInt64 :
ordinal:int -> int64
public final function GetInt64(
ordinal : int
) : long
Parameters
- ordinal
Type: System.Int32
The field from which to retrieve a value.
Return Value
Type: System.Int64