[]
Wraps the IBindingList into a data collection.
public static C1BindingListDataCollection AsDataCollection(this IBindingList bindingList)
| Type | Name | Description |
|---|---|---|
| IBindingList | bindingList | The binding list. |
| Type | Description |
|---|---|
| C1BindingListDataCollection |
Wraps the DataTable into a data collection.
public static C1BindingListDataCollection AsDataCollection(this DataTable dataTable)
| Type | Name | Description |
|---|---|---|
| DataTable | dataTable | The data table. |
| Type | Description |
|---|---|
| C1BindingListDataCollection |