EasyObjects.NET Programmers Reference

EasyObject.Load Method

Loads the internal DataTable with the first table in a DataSet.

Overload List

Loads the internal DataTable with the first table in a DataSet.

public virtual void Load(DataSet);

Loads the internal DataTable with the specified table index in a DataSet.

public virtual void Load(DataSet,int);

Loads the internal DataTable with the named table in a DataSet.

public virtual void Load(DataSet,string);

Loads the internal DataTable with values from database Output parameters.

public virtual void Load(IDataParameterCollection);

See Also

EasyObject Class | NCI.EasyObjects Namespace