​
​
​

Loads a single object which is either a Dictionary with string keys or an object of an arbitrary type as a data source. The data tables, column names are deduced either from the key names or the public property names and types using .NET reflection.

LoadSingleObject(Object)

​public void LoadSingleObject(object obj);
​Public Sub LoadSingleObject(obj As Object)

Parameters

Parameter Description
obj A single object which is either a Dictionary with string keys or an object of an arbitrary type as a data source.
​