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