示例#1
0
 /// <summary>
 /// Save the current content of the DAORecordsetHelper to the database.
 /// </summary>
 /// <param name="UpdateType">The DAOUpdateTypeEnum to be use by this update.</param>
 /// <param name="Force">A Boolean value indicating whether or not to force the changes into the database.</param>
 public void Update(DAOUpdateTypeEnum UpdateType, bool Force)
 {
     //note: No case has been found to use the specialization parameters.
     //if (UpdateType == DAOUpdateTypeEnum.dbUpdateRegular)
     Update();
 }
示例#2
0
 /// <summary>
 /// Save the current content of the DAORecordsetHelper to the database.
 /// </summary>
 /// <param name="UpdateType">The DAOUpdateTypeEnum to be use by this update.</param>
 /// <param name="Force">A Boolean value indicating whether or not to force the changes into the database.</param>
 public void Update(DAOUpdateTypeEnum UpdateType, bool Force)
 {
     //note: No case has been found to use the specialization parameters.
     //if (UpdateType == DAOUpdateTypeEnum.dbUpdateRegular)
     Update();
 }