[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.CRUDAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public Table(
Rowset other,
Func<Row, bool> filter = null
)
public Table(
Rowset other,
Func<Row, bool> filter = null
)
Public Sub New (
other As Rowset,
Optional filter As Func(Of Row, Boolean) = Nothing
)
Public Sub New (
other As Rowset,
Optional filter As Func(Of Row, Boolean) = Nothing
)
public:
Table(
Rowset^ other,
Func<Row^, bool>^ filter = nullptr
)
public:
Table(
Rowset^ other,
Func<Row^, bool>^ filter = nullptr
)
new :
other : Rowset *
?filter : Func<Row, bool>
(* Defaults:
let _filter = defaultArg filter null
*)
-> Table
new :
other : Rowset *
?filter : Func<Row, bool>
(* Defaults:
let _filter = defaultArg filter null
*)
-> Table