SystemStructureFullStructure Property |
|
DataPA OpenAnalytics API Reference
DataSet containing database schema and available business logic functions of the current System.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public DataSet FullStructure { get; }
Public ReadOnly Property FullStructure As DataSet
Get
public:
property DataSet^ FullStructure {
DataSet^ get ();
}
function get_FullStructure();
Property Value
Type:
DataSetDataSet containing database schema and available business logic functions of the current System.
Return Value
Type:
DataSetDataSet containing database schema and available business logic functions of the current System.
Remarks DataSet containing database schema and available business logic functions of the current System.
See Also