Click or drag to resize
IQueryRunnerTABLE Property
This property accepts data and renders them as a table (grid).

Namespace: C2ExplorerServiceStack.Logic.Interfaces
Assembly: C2ExplorerServiceStack.Logic (in C2ExplorerServiceStack.Logic.dll) Version: 1.0
Syntax
C#
IEnumerable<Object> TABLE { get; set; }

Property Value

Type: IEnumerableObject
See Also