Library Commands Object Model Reference

ListsDataSet.Load Method

Fills a ListsDataSet List with values from the given MetadataDocument object. If the List already contains data, it is cleared before inserting the incoming data.

Overload List

Fills a ListsDataSet List with values from the given MetadataDocument object. If the List already contains data, it is cleared before inserting the incoming data.

public void Load(MetadataDocument);

Inherited from DataSet.

public void Load(IDataReader,LoadOption,params DataTable[]);

Inherited from DataSet.

public virtual void Load(IDataReader,LoadOption,FillErrorEventHandler,params DataTable[]);

Inherited from DataSet.

public void Load(IDataReader,LoadOption,params string[]);

See Also

ListsDataSet Class | Spss.Dimensions.Library.Commands Namespace