Specify the entire SQL statement as a
Namespace: FileNet.Api.Query
Assembly: FileNet.Api (in filenet.api.dll)
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
.
Namespace: FileNet.Api.Query
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub New( _ ByVal queryString As String _ ) |
C# |
---|
public SearchSQL( string queryString ) |
C++ |
---|
public: SearchSQL( String queryString ) sealed |
J# |
---|
public SearchSQL( string queryString ) |
JScript |
---|
public function SearchSQL( queryString : String ) |
Parameters
- queryString
- A
containing the entire SQL statement to use.String