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

MySqlTableOrView<(Of <(<'TObject>)>)> Constructor (MySqlDataSourceBase, MySqlObjectName, Object, FilterOptions)

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

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

Syntax


public MySqlTableOrView(
	MySqlDataSourceBase dataSource,
	MySqlObjectName tableOrViewName,
	Object filterValue,
	FilterOptions filterOptions
)
Public Sub New ( _
	dataSource As MySqlDataSourceBase, _
	tableOrViewName As MySqlObjectName, _
	filterValue As Object, _
	filterOptions As FilterOptions _
)
public:
MySqlTableOrView(
	MySqlDataSourceBase^ dataSource, 
	MySqlObjectName^ tableOrViewName, 
	Object^ filterValue, 
	FilterOptions^ filterOptions
)

Parameters

dataSource
Type: Tortuga.Chain.MySql..::..MySqlDataSourceBase
The data source.
tableOrViewName
Type: Tortuga.Chain.MySql..::..MySqlObjectName
Name of the table or view.
filterValue
Type: Object
The filter value.
filterOptions
Type: Tortuga.Chain..::..FilterOptions
The filter options.

Exceptions


ExceptionCondition
ArgumentExceptiontableOrViewName - tableOrViewName
[ArgumentException]