Library Commands Object Model Reference

QuestionsDataSet.Load Method

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.

Overload List

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[]);

See Also

QuestionsDataSet Class | Spss.Dimensions.Library.Commands Namespace