clsDataAccess..::..getInsertStatement Method
Gets the insert statement.
Namespace:
FlowWright.deDataAccessAssembly: deDataAccess (in deDataAccess.dll)
Syntax
public static bool getInsertStatement( string connectionString, string selectQuery, string tableName, out string insertQuery, bool generateIfNotExist, params string[] keyColumns )
Parameters
- connectionString
- Type: String
The connection string.
- selectQuery
- Type: String
The select query.
- tableName
- Type: String
Name of the table.
- insertQuery
- Type: String%
The insert query.
- generateIfNotExist
- Type: Boolean
if set to true [generate if exist].
- keyColumns
- Type: array<String>[]()[][]
The key columns.