Wrapper around the Stonefield Query SQProxy COM object. See the SQProxy Object topic for more details.
SQProxyWrapper.SQProxy
public class SQProxy : object, IDisposable
Class Members
Member | Description | |
---|---|---|
LoadProject |
Loads the specified project. public bool LoadProject(string ProjectFolder, string UserName, string Password, string Datasource); public bool LoadProject(string ProjectFolder, string Datasource); public bool LoadProject(string ProjectFolder); public bool LoadProject(string ProjectFolder, string UserName, string Password); |
|
ErrorCode |
The code returned by SFQuery.EXE if LoadProject fails. This is the same value it returns when running a report from the command line. |
|
ErrorMessage |
The text of any error that occurs. |
|
Parameters |
A collection of command line parameters to pass to Stonefield Query. |
|
ProjectLoaded |
True if a project was successfully loaded with the LoadProject method or False if not. |
|
ProxyTimeout |
The number of seconds to wait after launching Stonefield Query before SQApplication contains a valid object or a timeout occurs. The default is 5. |
|
SQApplication |
A reference to the Stonefield Query SFQApplication object. |
Requirements
Namespace: SQProxyWrapperAssembly: sqproxywrapper.dll
© Stonefield Software Inc., 2023 • Updated: 06/06/16
Comment or report problem with topic