IDataReader.ReadInt32 Method

Definition

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

public:
 int ReadInt32();
int ReadInt32();
public int ReadInt32();
function readInt32()
Public Function ReadInt32 () As Integer

Returns

Int32

int

The value.

Applies to