QuickObjects.ObjectBase Send comments on this topic.
GetOriginalWhereExpression Method
See Also 
Akal.QuickObjects.ObjectBase Namespace > BaseField Class : GetOriginalWhereExpression Method
includeTableName
sqlParams

GetWhereExpression

It creates the where clause based on search settings of each field.

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 virtual string GetOriginalWhereExpression( 
   bool includeTableName,
   ref ArrayList sqlParams
)

Parameters

includeTableName
sqlParams

Requirements

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

See Also