Description:Removes all items from SearchColumns collection.
Definition:
[Visual Basic .NET]
Public Function RemoveAllSearchColumns() As Boolean
[C#]
public Boolean RemoveAllSearchColumns();
Remarks:
You can use this method to remove all search columns. It could be useful if you need to change SearchColumns in run time. After calling this method, it is important to add at least one column to SearchColumns collection before calling getWhereClause method.