dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlDataTable Class / PgSqlDataTable Constructor / PgSqlDataTable Constructor(String)
Name of the table to work with.

In This Topic
PgSqlDataTable Constructor(String)
In This Topic
Initializes a new instance of the PgSqlDataTable class.
Syntax
'Declaration
 
Public Function New( _
   ByVal tableName As String _
)
 

Parameters

tableName
Name of the table to work with.
See Also