Ejemplo n.º 1
0
 public WhereSpec(ISqlSpec spec, string indent) : this(spec)
 {
     Indent = indent;
 }
Ejemplo n.º 2
0
 public WhereSpec(ISqlSpec spec) : base(string.Empty, "where ", string.Empty, specs: new ISqlSpec[] { spec })
 {
     Indent = string.Empty;
 }