Table Constructor (Rowset, Func Row, Boolean )NFX Class Library

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

Creates a shallow copy from another rowset resorting data per schema key definition, optionally applying a filter

Namespace: NFX.DataAccess.CRUD
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public Table(
	Rowset other,
	Func<Row, bool> filter = null
)

Parameters

other
Type: NFX.DataAccess.CRUD Rowset
filter (Optional)
Type: OnlineSystem Func Row, OnlineBoolean 
See Also