DataPA Enterprise Dashboard Controls API Reference
Gets and sets the SDOs recordset.
Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
C# |
---|
public Recordset SDOsRecordset { get; set; } |
Visual Basic |
---|
Public Property SDOsRecordset As Recordset
Get
Set |
Visual C++ |
---|
public:
virtual property Recordset^ SDOsRecordset {
Recordset^ get () sealed;
void set (Recordset^ value) sealed;
} |
Property Value
Type:
RecordsetThe SDOs recordset.
Return Value
Type:
RecordsetThe SDOs recordset.
Remarks
See Also