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

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

Creates a shallow copy from another rowset, optionally applying a filter

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

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

Parameters

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