Azavea.Open.DAO.SQL.SqlDaQuery.Clear C# (CSharp) 메소드

Clear() 공개 메소드

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