Click or drag to resize

SQLSelectInto Constructor (String, String, String)

Constructor with DestinationTable, SourceTable, and Where clause.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public SQLSelectInto(
	string destinationTable,
	string sourceTable,
	string where
)

Parameters

destinationTable
Type: SystemString
The destination table.
sourceTable
Type: SystemString
The source table.
where
Type: SystemString
The WHERE clause (without the WHERE).
See Also