MySqlDataSourceBase..::..From Method (String, String)
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, string whereClause )
Public Function From ( _ tableOrViewName As String, _ whereClause As String _ ) As TableDbCommandBuilder(Of MySqlCommand, MySqlParameter, MySqlLimitOption)
public: TableDbCommandBuilder<MySqlCommand^, MySqlParameter^, MySqlLimitOption^>^ From( String^ tableOrViewName, String^ whereClause )
Parameters
- tableOrViewName
- Type: String
Name of the table or view.
- whereClause
- Type: String
The where clause. Do not prefix this clause with "WHERE".