SetupManagerSubjectsDataTable Property |
|
DataPA OpenAnalytics API Reference
Gets the Subjects DataTable.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public DataTable SubjectsDataTable { get; }
Public ReadOnly Property SubjectsDataTable As DataTable
Get
public:
virtual property DataTable^ SubjectsDataTable {
DataTable^ get () sealed;
}
function get_SubjectsDataTable();
Property Value
Type:
DataTableThe Subjects DataTable.
Return Value
Type:
DataTableThe Subjects DataTable.
Remarks See Also