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