Ejemplo n.º 1
0
 /// <inheritdoc />
 protected Query(IStrokeRuntime runtime)
 {
     _runtime = runtime;
 }
 internal SqlToolingWrapper(IStrokeRuntime runtime, Auxiliary aux, HashSet <Type> types)
 {
     _runtime = runtime;
     _aux     = aux;
     _types   = types;
 }
Ejemplo n.º 3
0
 /// <inheritdoc />
 protected Command(IStrokeRuntime runtime)
 {
     _runtime = runtime;
 }
 internal SqlToolingWrapper(IStrokeRuntime runtime, TestingContext aux, HashSet <Type> types)
 {
     _runtime = runtime;
     _aux     = aux;
     _types   = types;
 }