GetWhereExpression
It creates the where clause based on search settings of each field.
Parameters:
| Description | |
|---|---|
| includeTableName | This indicates wheather the table name wil be prefixed to the column name. |
| sqlParams | This array contains all the parameter objects . |
Returns:
| Type | |
|---|---|
| System.String |
| Overload | Description | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| GetWhereExpression(Boolean,ArrayList) | GetWhereExpression It creates the where clause based on search settings of each field. Parameters:
Returns:
| ||||||||||||||
| GetWhereExpression(Boolean,ArrayList,String) | GetWhereExpression It creates the where clause based on search settings of each field. Parameters:
Returns:
| ||||||||||||||
| GetWhereExpression(Boolean,ArrayList,String,Boolean) | GetWhereExpression It creates the where clause based on search settings of each field. This method overload can create expression for WHERE or HAVING clause. Parameters:
Returns:
|
Target Platforms: .NET Framework 1.1 or .NET Framework 2.0