QueryParameterSkip Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a flag for this Parameter which indicates that the parameter should be skipped
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool Skip { get; set; }
Public Property Skip As Boolean
Get
Set
public:
virtual property bool Skip {
bool get () sealed;
void set (bool value) sealed;
}
function get_Skip();
function set_Skip(value);
Property Value
Type:
BooleanA flag for this Parameter which indicates that the parameter should be skipped
Return Value
Type:
BooleanA flag for this Parameter which indicates that the parameter should be skipped
Remarks See Also