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

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

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,
	Nullable<string> whereClause,
	Nullable<Object> argumentValue
)
Public Sub New ( _
	dataSource As MySqlDataSourceBase, _
	tableOrViewName As MySqlObjectName, _
	whereClause As Nullable(Of String), _
	argumentValue As Nullable(Of Object) _
)
public:
MySqlTableOrView(
	MySqlDataSourceBase^ dataSource, 
	MySqlObjectName^ tableOrViewName, 
	Nullable<String^> whereClause, 
	Nullable<Object^> argumentValue
)

Parameters

dataSource
Type: Tortuga.Chain.MySql..::..MySqlDataSourceBase
The data source.
tableOrViewName
Type: Tortuga.Chain.MySql..::..MySqlObjectName
Name of the table or view.
whereClause
Type: Nullable<(Of <(<'String>)>)>
The where clause.
argumentValue
Type: Nullable<(Of <(<'Object>)>)>
The argument value.

Exceptions


ExceptionCondition
[ArgumentException]