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

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

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,
	Object filterValue,
	FilterOptions filterOptions
)
Public Sub New ( _
	dataSource As PostgreSqlDataSourceBase, _
	tableOrViewName As PostgreSqlObjectName, _
	filterValue As Object, _
	filterOptions As FilterOptions _
)
public:
PostgreSqlTableOrView(
	PostgreSqlDataSourceBase^ dataSource, 
	PostgreSqlObjectName^ tableOrViewName, 
	Object^ filterValue, 
	FilterOptions^ filterOptions
)

Parameters

dataSource
Type: Tortuga.Chain.PostgreSql..::..PostgreSqlDataSourceBase
The data source.
tableOrViewName
Type: Tortuga.Chain.PostgreSql..::..PostgreSqlObjectName
Name of the table or view.
filterValue
Type: Object
The filter value.
filterOptions
Type: Tortuga.Chain..::..FilterOptions
The filter options.

Exceptions


ExceptionCondition
ArgumentException
[ArgumentException]