RunLookupDataTable Property |
|
DataPA OpenAnalytics API Reference
Gets the DataTable that used to populate the lookup.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public DataTable DataTable { get; }
Public ReadOnly Property DataTable As DataTable
Get
public:
virtual property DataTable^ DataTable {
DataTable^ get () sealed;
}
function get_DataTable();
Property Value
Type:
DataTableThe DataTable that used to populate the lookup.
Return Value
Type:
DataTableThe DataTable that used to populate the lookup.
Remarks See Also