QuickObjects.ObjectBase Send comments on this topic.
GetWhereExpression(Boolean,ArrayList) Method
See Also 
Akal.QuickObjects.ObjectBase Namespace > IField Interface > GetWhereExpression Method : GetWhereExpression(Boolean,ArrayList) Method
includeTableName
sqlParams
GetWhereExpression will need to be implemented by each field class so that each field can implement its own custom ability to provide advanced search criteria.

Syntax

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

Parameters

includeTableName
sqlParams

Requirements

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

See Also