Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
QueryTableEventArgs.cs
2{
7 {
8 private readonly string tableId;
9
16 : base(Query)
17 {
18 this.tableId = TableId;
19 }
20
24 public string TableId => this.tableId;
25 }
26}
Base class for all query-related events.
Class handling the reception of data from a query.
Definition: Query.cs:12
Base class for all query-related table events.
QueryTableEventArgs(Query Query, string TableId)
Base class for all query-related table events.