The system-generated SQL statement that is used for this background search. The SQL statement is generated when the server performs parameter substitution on the user-defined SQL statement that is set in the SearchExpression property.

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

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property EffectiveSQL As String
C#
string EffectiveSQL { get; }
Visual C++
property String^ EffectiveSQL {
	String^ get ();
}
JavaScript
function get_effectiveSQL();

ToggleRemarks

ToggleSee Also