dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlDataReader Class / GetPgSqlNumericRange Method / GetPgSqlNumericRange(Int32) Method
The zero-based column ordinal.

In This Topic
GetPgSqlNumericRange(Int32) Method
In This Topic
Gets the value of the specified column as a PgSqlNumericRange object.
Syntax
'Declaration
 
Public Overloads Function GetPgSqlNumericRange( _
   ByVal i As Integer _
) As PgSqlNumericRange
 

Parameters

i
The zero-based column ordinal.

Return Value

The value of the specified column as a PgSqlNumericRange object.
See Also