Fills a QuestionsDataSet Question with values from the given MetadataDocument object. If the Question already contains data, it is cleared before inserting the incoming data.
Fills a QuestionsDataSet Question with values from the given MetadataDocument object. If the Question 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[]);
QuestionsDataSet Class | Spss.Dimensions.Library.Commands Namespace