| IQueryRunnerC2EQUITY Property |
Namespace: C2ExplorerServiceStack.Logic.Interfaces
// In theory, this returns all C2 systems equities: // TABLE = C2EQUITY; // In reality, it ends with "a timeout error" because a data are simply too large. // Select an account equity for the system 75976336: TABLE = from systeq in C2EQUITY where systeq.SystemId == 75976336 select systeq;