QuerySetSkipValue Method |
|
DataPA OpenAnalytics API Reference
Allows 3rd party applications to set a paremeter to be skipped and prevent it from being prompted for by the run query wizard
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public void SetSkipValue(
string ParameterName,
Object Value
)
Public Sub SetSkipValue (
ParameterName As String,
Value As Object
)
public:
virtual void SetSkipValue(
String^ ParameterName,
Object^ Value
) sealed
function SetSkipValue(ParameterName, Value);
Parameters
- ParameterName
- Type: SystemString
The name (Field property) of the parameter which shold be skipped - Value
- Type: SystemObject
See Also