Click or drag to resize

SQLSelectInto Properties

The SQLSelectInto type exposes the following members.

Properties
  NameDescription
Public propertyDestinationTable
Gets/Sets the table that this class should using when building the INSERT portion of the statement.
Public propertySourceTable
Gets/Sets the table that this class should using when building the SELECT portion of the statement.
Public propertyTopN
Gets/Sets the TOP N value.
Public propertyWhere
Gets/Sets the WHERE clause that this class should using when building the SELECT portion of the statement.
Top
See Also