SQLSelectInto Constructor (String, String, String) |
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
)
Public Sub New (
destinationTable As String,
sourceTable As String,
where As String
)
Parameters
- destinationTable
- Type: SystemString
The destination table. - sourceTable
- Type: SystemString
The source table. - where
- Type: SystemString
The WHERE clause (without the WHERE).
See Also