コード例 #1
0
ファイル: Query.cs プロジェクト: AxelUser/Reinforced.Tecture
 /// <inheritdoc />
 protected Query(IStrokeRuntime runtime)
 {
     _runtime = runtime;
 }
コード例 #2
0
 internal SqlToolingWrapper(IStrokeRuntime runtime, Auxiliary aux, HashSet <Type> types)
 {
     _runtime = runtime;
     _aux     = aux;
     _types   = types;
 }
コード例 #3
0
 /// <inheritdoc />
 protected Command(IStrokeRuntime runtime)
 {
     _runtime = runtime;
 }
コード例 #4
0
 internal SqlToolingWrapper(IStrokeRuntime runtime, TestingContext aux, HashSet <Type> types)
 {
     _runtime = runtime;
     _aux     = aux;
     _types   = types;
 }