Loads an assembly file as a data source. Automatically deduces table and column names as well as data relations from the public properties of all public classes found in the assembly.
public void LoadAssembly(string fileName);Public Sub LoadAssembly(fileName As String)| Parameter | Description |
|---|---|
| file |
The assembly file name. |