MySqlDataSourceBase..::..From Method (String, 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, string whereClause, Object argumentValue )
Public Function From ( _ tableOrViewName As String, _ whereClause As String, _ argumentValue As Object _ ) As TableDbCommandBuilder(Of MySqlCommand, MySqlParameter, MySqlLimitOption)
public: TableDbCommandBuilder<MySqlCommand^, MySqlParameter^, MySqlLimitOption^>^ From( String^ tableOrViewName, String^ whereClause, Object^ argumentValue )
Parameters
- tableOrViewName
- Type: String
Name of the table or view.
- whereClause
- Type: String
The where clause. Do not prefix this clause with "WHERE".
- argumentValue
- Type: Object
Optional argument value. Every property in the argument value must have a matching parameter in the WHERE clause