Specify the entire SQL statement as a String. Do not use this in conjunction with any SearchSQL set methods. Calling any of these methods on this instance will either overwrite or nullify the SQL statement specified here.

No SQL validation is performed on the specified String.

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

ToggleSyntax

Visual Basic (Declaration)
Public Sub New ( _
	queryString As String _
)
C#
public SearchSQL(
	string queryString
)
Visual C++
public:
SearchSQL(
	String^ queryString
)
JavaScript
FileNet.Api.Query.SearchSQL = function(queryString);

Parameters

queryString
Type: System..::.String
A String containing the entire SQL statement to use.

ToggleSee Also