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

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

Creates a shallow copy from another table, 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(
	Table other,
	Func<Row, bool> filter = null
)

Parameters

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