SystemStructureRelation Property |
|
DataPA OpenAnalytics API Reference
DataTable detailing the Database Relations in the current System.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public DataTable Relation { get; }
Public ReadOnly Property Relation As DataTable
Get
public:
property DataTable^ Relation {
DataTable^ get ();
}
Property Value
Type:
DataTableDataTable detailing the Database Relations in the current System.
Return Value
Type:
DataTableDataTable detailing the Database Relations in the current System.
Remarks DataTable detailing the Database Relations in the current System.
See Also