SelectQuery..::..RemoveWhereItem Method
Removes the where item.
Namespace:
RingSoft.DbLookup.QueryBuilderAssembly: RingSoft.DbLookup (in RingSoft.DbLookup.dll)
Syntax
public SelectQuery RemoveWhereItem( WhereItem whereItem )
Public Function RemoveWhereItem ( _ whereItem As WhereItem _ ) As SelectQuery
public: SelectQuery^ RemoveWhereItem( WhereItem^ whereItem )
Parameters
- whereItem
- Type: RingSoft.DbLookup.QueryBuilder..::..WhereItem
The where item.