GetInt32 Method (C1ServiceNowDataReader)
Gets the value of the specified column as a 32-bit signed integer.
'Declaration
Public Overridable Function GetInt32( _
ByVal As Integer _
) As Integer
public virtual int GetInt32(
int
)
Parameters
- ordinal
- The zero-based column ordinal.
Return Value
The value of the specified column.