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.
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[]);
ListsDataSet Class | Spss.Dimensions.Library.Commands Namespace