PgSqlDataTable Constructor(String)
On this page
Initializes a new instance of the
PgSqlDataTable class.
Syntax
|
|---|
'Declaration
Public Function New( _
ByVal As String _
) |
|
|---|
public PgSqlDataTable(
string
) |
Parameters
- tableName
- Name of the table to work with.
See Also