'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.