MySqlDataSourceBase..::..From<(Of <(<'TObject>)>)> Method (Object, FilterOptions)
This is used to directly query a table or view.
Namespace:
Tortuga.Chain.MySqlAssembly: Tortuga.Chain.MySql (in Tortuga.Chain.MySql.dll)
Syntax
[SuppressMessageAttribute] public TableDbCommandBuilder<MySqlCommand, MySqlParameter, MySqlLimitOption, TObject> From<TObject>( Object filterValue, FilterOptions filterOptions )
<SuppressMessageAttribute> _ Public Function From(Of TObject) ( _ filterValue As Object, _ filterOptions As FilterOptions _ ) As TableDbCommandBuilder(Of MySqlCommand, MySqlParameter, MySqlLimitOption, TObject)
[SuppressMessageAttribute] public: generic<typename TObject> TableDbCommandBuilder<MySqlCommand^, MySqlParameter^, MySqlLimitOption^, TObject>^ From( Object^ filterValue, FilterOptions^ filterOptions )
Type Parameters
- TObject
- The type of the object.
Parameters
- filterValue
- Type: Object
The filter value is used to generate a simple AND style WHERE clause.
- filterOptions
- Type: Tortuga.Chain..::..FilterOptions
The filter options.