Azavea.Open.DAO.Unqueryable.UnqueryableQuery.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 void Clear()
        {
            Criteria = null;
        }
UnqueryableQuery