SQLSelectInto Properties |
The SQLSelectInto type exposes the following members.
Name | Description | |
---|---|---|
DestinationTable |
Gets/Sets the table that this class should using when building the INSERT
portion of the statement.
| |
SourceTable |
Gets/Sets the table that this class should using when building the SELECT
portion of the statement.
| |
TopN |
Gets/Sets the TOP N value.
| |
Where |
Gets/Sets the WHERE clause that this class should using when building the SELECT
portion of the statement.
|