DataReader.ReadInt64 Method

Definition

Reads a 64-bit integer value from the input stream.

public:
 virtual long long ReadInt64() = ReadInt64;
long ReadInt64();
public long ReadInt64();
function readInt64()
Public Function ReadInt64 () As Long

Returns

Int64

long long

long

The value.

Implements

Applies to