Azavea.Open.DAO.SQL.SqlDaQuery.Clear C# (CSharp) Method

Clear() public method

Clears the contents of the query, allowing the object to be reused.
public Clear ( ) : void
return void
        public virtual void Clear()
        {
            Params.Clear();
            Sql.Remove(0, Sql.Length);
        }