'Declaration
Public Sub AddForSave( _ ByVal objectToSave As ADTIndependentObject, _ Optional ByVal auditRecord As ChangeLogParameters _ )
public void AddForSave( ADTIndependentObject objectToSave, ChangeLogParameters auditRecord )
public: void AddForSave( ADTIndependentObject^ objectToSave, ChangeLogParameters^ auditRecord )
Parameters
- objectToSave
- The object to save. The object must belong to the same DataContext as the UnitOfWork
- auditRecord
- Optional information to use when creating an audit record for the operation