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

Clear() public method

Sets both parts back to null.
public Clear ( ) : void
return void
        public void Clear()
        {
            PartBeforeValue = null;
            PartAfterValue = null;
        }
SqlClauseWithValue