Use this when you are going to build the SQL statement using the SearchSQL helper methods, rather than passing in the complete SQL statement.

Namespace:  FileNet.Api.Query
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Public Sub New
C#
public SearchSQL()
Visual C++
public:
SearchSQL()
JavaScript
FileNet.Api.Query.SearchSQL = function();

ToggleSee Also