Esempio n. 1
0
 public void DummySelect()
 => DbPreparator.GetRefilledDb(CreateDummySelect);
 public void GetAllTable()
 => DbPreparator.GetRefilledDb(CreateGetAllTable);
 public void WhereWithSimplePredicate()
 => DbPreparator.GetRefilledDb(CreateWhereWithSimplePredicate);
 public void SimpleSelect()
     => DbPreparator.GetRefilledDb(CreateSimpleSelect);
Esempio n. 5
0
 public void WhereWithCapturedVariable()
 => DbPreparator.GetRefilledDb(CreateWhereWithCapturedVariable);
Esempio n. 6
0
 public void ComplexWhereRequest()
 => DbPreparator.GetRefilledDb(CreateComplexWhereRequest);
Esempio n. 7
0
 public void SimpleWhereEqualsRequest()
 => DbPreparator.GetRefilledDb(CreateSimpleWhereEqualsQuery);
Esempio n. 8
0
 public void InitialisesWithSelectFrom()
 => DbPreparator.GetRefilledDb(CreateEmptyQuery);