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