MySqlDataSourceBase..::..From Method (String, Object)
This is used to directly query a table or view.
Namespace:
Tortuga.Chain.MySqlAssembly: Tortuga.Chain.MySql (in Tortuga.Chain.MySql.dll)
Syntax
public TableDbCommandBuilder<MySqlCommand, MySqlParameter, MySqlLimitOption> From( string tableOrViewName, Object filterValue )
Public Function From ( _ tableOrViewName As String, _ filterValue As Object _ ) As TableDbCommandBuilder(Of MySqlCommand, MySqlParameter, MySqlLimitOption)
public: TableDbCommandBuilder<MySqlCommand^, MySqlParameter^, MySqlLimitOption^>^ From( String^ tableOrViewName, Object^ filterValue )
Parameters
- tableOrViewName
- Type: String
Name of the table or view.
- filterValue
- Type: Object
The filter value is used to generate a simple AND style WHERE clause.