SetupManagerConditionsRecordset Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the Conditions recordset.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Recordset ConditionsRecordset { get; set; }
Public Property ConditionsRecordset As Recordset
Get
Set
public:
virtual property Recordset^ ConditionsRecordset {
Recordset^ get () sealed;
void set (Recordset^ value) sealed;
}
function get_ConditionsRecordset();
function set_ConditionsRecordset(value);
Property Value
Type:
RecordsetThe Conditions recordset.
Return Value
Type:
RecordsetThe Conditions recordset.
Remarks See Also