예제 #1
0
 public void ClearAll()
 {
     this.m_From       = "";
     this.m_OrderBy    = "";
     this.m_DB_SQL_CMD = ENUM_DB_SQL_CMD.notset;
     this.ClearSelect();
     this.ClearWhere();
     this.ClearUpdate();
     this.ClearValues();
     this.count_Value = 0L;
 }
예제 #2
0
 public void SetMode(ENUM_DB_SQL_CMD iMode)
 {
     this.ClearAll();
     this.m_DB_SQL_CMD = iMode;
 }