SqlCeUpdatableRecord.GetSqlInt64 Method
Returns the value of the specified field as SqlInt64.
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
Syntax
'Declaration
Public Function GetSqlInt64 ( _
ordinal As Integer _
) As SqlInt64
'Usage
Dim instance As SqlCeUpdatableRecord
Dim ordinal As Integer
Dim returnValue As SqlInt64
returnValue = instance.GetSqlInt64(ordinal)
public SqlInt64 GetSqlInt64(
int ordinal
)
public:
SqlInt64 GetSqlInt64(
int ordinal
)
member GetSqlInt64 :
ordinal:int -> SqlInt64
public function GetSqlInt64(
ordinal : int
) : SqlInt64
Parameters
- ordinal
Type: System.Int32
The field from which to retrieve a value.
Return Value
Type: System.Data.SqlTypes.SqlInt64