Sets the
list for SQL statement to the specified
. This must be called prior to calling
.
Namespace: FileNet.Api.Query
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overridable Sub SetSelectList( _ ByVal selectList As String _ ) |
C# |
---|
public virtual void SetSelectList( string selectList ) |
C++ |
---|
public: virtual void SetSelectList( String selectList ) |
J# |
---|
public virtual void SetSelectList( string selectList ) |
JScript |
---|
public virtual
function SetSelectList( selectList : String ) |
Parameters
- selectList
- A
containing the queryString
list.SELECT
Exceptions
Exception Type | Condition |
---|---|
EngineRuntimeException | Thrown when the parameter is or invalid. |