[This is preliminary documentation and is subject to change.]
Creates a shallow copy from another rowset, optionally applying a filter
Namespace: NFX.DataAccess.CRUDAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public Rowset(
RowsetBase other,
Func<Row, bool> filter = null
)
public Rowset(
RowsetBase other,
Func<Row, bool> filter = null
)
Public Sub New (
other As RowsetBase,
Optional filter As Func(Of Row, Boolean) = Nothing
)
Public Sub New (
other As RowsetBase,
Optional filter As Func(Of Row, Boolean) = Nothing
)
public:
Rowset(
RowsetBase^ other,
Func<Row^, bool>^ filter = nullptr
)
public:
Rowset(
RowsetBase^ other,
Func<Row^, bool>^ filter = nullptr
)
new :
other : RowsetBase *
?filter : Func<Row, bool>
(* Defaults:
let _filter = defaultArg filter null
*)
-> Rowset
new :
other : RowsetBase *
?filter : Func<Row, bool>
(* Defaults:
let _filter = defaultArg filter null
*)
-> Rowset