IDataReader.ReadInt64 Method

Definition

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

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

Returns

Int64

long long

long

The value.

Applies to