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

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

    Parameters

    i
    The zero-based column ordinal.

    Return Value

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