Loads a collection implementing the interface IEnumerable as a data source and deduces the data tables, column names and data relations from the public properties and used classes of the first contained object using .
public void LoadObjects(System.Collections.IEnumerable objects);
Public Sub LoadObjects(objects As System.Collections.IEnumerable)
Parameter | Description |
---|---|
objects | A collection implementing interface System. |