Create a DataView from a collection.
Syntax
ISDatabaseBL.CreateDataViewFromCollectionSimple(dataView, sourceCollection, [sqlWhere])
Parameters
| Name | Type | Optional | ByRef | Description |
| dataView |
DataView |
|
ByRef |
The newly created DataView. |
| sourceCollection |
ICollection |
|
|
The Source Collection. |
| sqlWhere |
String |
Optional |
|
An SQL WHERE clause which can be used as a Filter for the DataView. |
Return Value
Boolean
A Boolean value indicating success.
- Member of:
- ISDatabaseBL
- Namespace:
- Intersoft.ISSupport6
- Assembly:
- ISSupport6, Version=6.0.3
- Target Framework:
- .NET 9.0