Sets the SELECT list for SQL statement to the specified String.
This must be called prior to calling SetFromClauseAdditionalJoin.
Namespace:
FileNet.Api.Query
Assembly:
FileNet.Api (in FileNet.Api.dll)
| Visual Basic (Declaration) |
|---|
Public Overridable Sub SetSelectList ( _
selectList As String _
) |
| C# |
|---|
public virtual void SetSelectList(
string selectList
) |
| Visual C++ |
|---|
public:
virtual void SetSelectList(
String^ selectList
) |
| JavaScript |
|---|
function setSelectList(selectList); |
Parameters
- selectList
- Type: System..::.String
A String containing the query
SELECT list.