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