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