|
CrossTabEngineNest Method
|
Nest a given axis on a filter expression
Namespace: RCS.Carbon.TablesAssembly: RCS.Carbon.Tables (in RCS.Carbon.Tables.dll) Version: 9.1.0
Syntax public GenNode[] Nest(
GenNode[] axis,
string flt
)
Parameters
- axis GenNode
- axis as GenNodes for nesting
- flt String
- filter expression from vartree selections
Return Value
GenNode[Missing <returns> documentation for "M:RCS.Carbon.Tables.CrossTabEngine.Nest(RCS.Carbon.Shared.GenNode[],System.String)"]
See Also