Table Constructor NFX Class Library

[This is preliminary documentation and is subject to change.]

Overload List

  NameDescription
Public methodTable(Schema)
Creates an empty table
Public methodTable(Rowset, Func Row, Boolean )
Creates a shallow copy from another rowset resorting data per schema key definition, optionally applying a filter
Public methodTable(Table, Func Row, Boolean )
Creates a shallow copy from another table, optionally applying a filter
Back to Top
See Also