Click or drag to resize

ISelection Methods

The ISelection type exposes the following members.

Methods
  NameDescription
Public methodCode exampleAddMember
AddMember Adds a new member to the selection.
Public methodCode exampleCancelChanges
Undo any changes made since the object was loaded. If you made changes to the model that you don’t want to be saved to the database, call the CancelChanges method
Public methodCode exampleChangeIdentity
Loads a different record into the object. Causes changes to the existing object to be saved first. Saves the changes made on the selection model to the database. The last thing you do to an object if you want the changes you made to be saved. The ChangeIdenity method calls the save method first
Public methodClone
Clone this selection
Public methodCode exampleDelete
Delete the object from the database. May throw an error if you are not allowed to delete the object.
Public methodCode exampleRemoveMember
RemoveMember
Public methodCode exampleSave
Persist the object to the database. May throw an error if you are not allowed to save changes to the object. Saves the changes you made on to the selection model to the database, does not return the new data from the database
Public methodCode exampleSetDefaults
Populate the object with default values, such as setting the owner to the current user. Uses the UserPreferences table to set the predefined default settings for a selection. The SetDefaults method is only available for current objects in this version of SuperOfficeDB Type Library
Top
See Also