Exemple #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);
Exemple #5
0
 public void WhereWithCapturedVariable()
 => DbPreparator.GetRefilledDb(CreateWhereWithCapturedVariable);
Exemple #6
0
 public void ComplexWhereRequest()
 => DbPreparator.GetRefilledDb(CreateComplexWhereRequest);
Exemple #7
0
 public void SimpleWhereEqualsRequest()
 => DbPreparator.GetRefilledDb(CreateSimpleWhereEqualsQuery);
Exemple #8
0
 public void InitialisesWithSelectFrom()
 => DbPreparator.GetRefilledDb(CreateEmptyQuery);