/// <exception cref="System.Exception"></exception>
 protected override void Store()
 {
     StoreItems(Values);
     QueryResultTestCase.ItemForGetAll ifga = new QueryResultTestCase.ItemForGetAll();
     Store(ifga);
     idForGetAll = (int)Db().GetID(ifga);
 }
Exemplo n.º 2
0
		/// <exception cref="System.Exception"></exception>
		protected override void Store()
		{
			StoreItems(Values);
			QueryResultTestCase.ItemForGetAll ifga = new QueryResultTestCase.ItemForGetAll();
			Store(ifga);
			idForGetAll = (int)Db().GetID(ifga);
		}