dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlDataReader Class / GetPgSqlInterval Method / GetPgSqlInterval(String) Method
The name of the column to get value of.

In This Topic
    GetPgSqlInterval(String) Method
    In This Topic
    Gets the value of the specified column as a PgSqlInterval object.
    Syntax
    'Declaration
     
    Public Overloads Function GetPgSqlInterval( _
       ByVal name As String _
    ) As PgSqlInterval
    public PgSqlInterval GetPgSqlInterval( 
       string name
    )

    Parameters

    name
    The name of the column to get value of.

    Return Value

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