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