Loads the internal DataTable with the first table in a DataSet.
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);
EasyObject Class | NCI.EasyObjects Namespace