Overload List
| Name | Description | |
|---|---|---|
| LoadData(List<(Of <<'(String>)>>)) |
Load custom graph of data, defined by a several string Aspectize Queries.
Each aspectizeQuery has the following syntaxt:
Data.Entity[filter].Relation.Entity2[filter2]
| |
| LoadData(String) |
Loads entities using Aspectize Entity Query Language
The aspectizeQuery has the following syntaxt:
Data.Entity[filter].Relation.Entity2[filter2]
|