The source rowset or table of an UpdateSet operation.

Property of

UpdateSet

Description

The source property contains an object reference to a rowset or the name of a table that is the source of an UpdateSet operation. For an append( ), update( ), or appendUpdate( ), it refers to the rowset or table that contains the new data. For a copy( ), it refers to the rowset or table that is to be duplicated. For a delete( ), the source property refers to the table that contains the list of rows to be deleted.

The destination property specifies the other end of the UpdateSet operation.