IQueryRunnerC2EQUITY Property |
Namespace: C2ExplorerServiceStack.Logic.Interfaces
ITable<c2ex_accountequity> C2EQUITY { get; set; }
[Missing <value> documentation for "P:C2ExplorerServiceStack.Logic.Interfaces.IQueryRunner.C2EQUITY"]
// 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;