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.

LoadAssembly(String)

public void LoadAssembly(string fileName);
Public Sub LoadAssembly(fileName As String)

Parameters

Parameter Description
fileName The assembly file name.