QuickObjects.ObjectBase Send comments on this topic.
GetWhereExpression(Boolean,ArrayList) Method
See Also 
Akal.QuickObjects.ObjectBase Namespace > SearchGroup Class > GetWhereExpression Method : GetWhereExpression(Boolean,ArrayList) Method
includeTableName
sqlParams

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
includeTableNameThis indicates wheather the table name wil be prefixed to the column name.
sqlParamsThis array contains all the parameter objects .

Returns:
Type
System.String

Syntax

C# 
public override string GetWhereExpression( 
   bool includeTableName,
   ref ArrayList sqlParams
)

Parameters

includeTableName
sqlParams

Requirements

Target Platforms: .NET Framework 1.1 or .NET Framework 2.0

See Also