MySqlSqlCall Constructor
Initializes a new instance of the MySqlSqlCall class.
Namespace:
Tortuga.Chain.MySql.CommandBuildersAssembly: Tortuga.Chain.MySql (in Tortuga.Chain.MySql.dll)
Syntax
public MySqlSqlCall( MySqlDataSourceBase dataSource, string sqlStatement, Nullable<Object> argumentValue )
Public Sub New ( _ dataSource As MySqlDataSourceBase, _ sqlStatement As String, _ argumentValue As Nullable(Of Object) _ )
public: MySqlSqlCall( MySqlDataSourceBase^ dataSource, String^ sqlStatement, Nullable<Object^> argumentValue )
Parameters
- dataSource
- Type: Tortuga.Chain.MySql..::..MySqlDataSourceBase
The data source.
- sqlStatement
- Type: String
The SQL statement.