Ejemplo n.º 1
0
 public void SetValuesForSelect(ISqlKeys isv, bool noLazy)
 {
     if (noLazy)
     {
         this.SetValuesForSelectDirectNoLazy(isv.Keys);
     }
     else
     {
         this.SetValuesForSelectDirect(isv.Keys);
     }
 }
Ejemplo n.º 2
0
 public void SetValuesForSelect(ISqlKeys isv, bool noLazy)
 {
     if (noLazy)
     {
         this.SetValuesForSelectDirectNoLazy(isv.Keys);
     }
     else
     {
         this.SetValuesForSelectDirect(isv.Keys);
     }
 }