Tortuga.Chain Namespace
Tortuga.Chain.CommandBuilders Namespace
Tortuga.Chain.Metadata Namespace

PostgreSqlTableOrView<(Of <(<'TObject>)>)> Constructor (PostgreSqlDataSourceBase, PostgreSqlObjectName)

Initializes a new instance of the PostgreSqlTableOrView<(Of <(<'TObject>)>)> class.

Namespace:  Tortuga.Chain.PostgreSql.CommandBuilders
Assembly:  Tortuga.Chain.PostgreSql (in Tortuga.Chain.PostgreSql.dll)

Syntax


public PostgreSqlTableOrView(
	PostgreSqlDataSourceBase dataSource,
	PostgreSqlObjectName tableOrViewName
)
Public Sub New ( _
	dataSource As PostgreSqlDataSourceBase, _
	tableOrViewName As PostgreSqlObjectName _
)
public:
PostgreSqlTableOrView(
	PostgreSqlDataSourceBase^ dataSource, 
	PostgreSqlObjectName^ tableOrViewName
)

Parameters

dataSource
Type: Tortuga.Chain.PostgreSql..::..PostgreSqlDataSourceBase
The data source.
tableOrViewName
Type: Tortuga.Chain.PostgreSql..::..PostgreSqlObjectName
Name of the table or view.

Exceptions


ExceptionCondition
[ArgumentException]