Expand Minimize
This topic has not yet been rated - Rate this topic

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)
public long GetInt64(
	int ordinal
)

Parameters

ordinal
Type: System.Int32
The field from which to retrieve a value.

Return Value

Type: System.Int64

Implements

IDataRecord.GetInt64(Int32)
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.