SystemStructureFunctions Property |
|
DataPA OpenAnalytics API Reference
DataTable detailing the Business Logic Functions available in the current System.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public DataTable Functions { get; }
Public ReadOnly Property Functions As DataTable
Get
public:
property DataTable^ Functions {
DataTable^ get ();
}
function get_Functions();
Property Value
Type:
DataTableDataTable detailing the Business Logic Functions available in the current System.
Return Value
Type:
DataTableDataTable detailing the Business Logic Functions available in the current System.
Remarks DataTable detailing the Business Logic Functions available in the current System.
See Also