Пример #1
0
 public void ResetToExisting()
 {
     if (CurrentRecord == null)
     {
         throw new InvalidOperationException(VenturaSqlStrings.CURRENT_RECORD_NOT_SET);
     }
     CurrentRecord.ResetToExisting();
 }