Advanced.Data.Provider Documentation | |
AdpDataReader.GetInt32 Method
[This is preliminary documentation and subject to change.]
Gets the value of the specified column as a 32-bit signed integer.
[Visual Basic]NotOverridable Public Function GetInt32( _
ByVal
i As
Integer _
) As
Integer Implements _
IDataRecord.GetInt32
[C#]public
int GetInt32(
int i);
Parameters
- i
- The zero-based column ordinal.
Return Value
TThe 32-bit signed integer value of the specified field.
Implements
IDataRecord.GetInt32
See Also
AdpDataReader Class | Advanced.Data.Provider Namespace