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 .
public void LoadSingleObject(object obj);
Public Sub LoadSingleObject(obj As Object)
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. |