Example #1
0
 private IThenFluent CreateThenForPrimeSelect(IWhenFluent when, IEnumerable <AllDataTypesEntity> allData)
 {
     return(when.ThenRowsSuccess(
                new[] { ("StringType", DataType.Ascii), ("GuidType", DataType.Uuid), ("IntType", DataType.Int) },
 private IThenFluent CreateThenForPrimeSelect(IWhenFluent when, IEnumerable <Movie> movies)
 {
     return(when.ThenRowsSuccess(
                new[]