GetWhereExpression
This overrides the base method and it returns where expression just for this search group. Only the fields included in this collection are included.
Parameters:
| Description | |
|---|---|
| includeTableName | This indicates wheather the table name wil be prefixed to the column name. |
| sqlParams | This array contains all the parameter objects . |
| paramPrefix | This value can be used to specify the prefix for parameter names will use. |
Returns:
| Type | |
|---|---|
| System.String |
| C# | |
|---|---|
public override string GetWhereExpression( bool includeTableName, ref ArrayList sqlParams, string paramPrefix ) | |
Parameters
- includeTableName
- sqlParams
- paramPrefix
Target Platforms: .NET Framework 1.1 or .NET Framework 2.0