MySqlTableOrView<(Of <(<'TObject>)>)> Constructor (MySqlDataSourceBase, MySqlObjectName, Object, FilterOptions)
Initializes a new instance of the MySqlTableOrView<(Of <(<'TObject>)>)> class.
Namespace:
Tortuga.Chain.MySql.CommandBuildersAssembly: 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.