MobileForms Toolkit Documentation

ListItem.SetData Method (IDataRecord)

Copies the data from data reader or other data records.

public virtual void SetData(
IDataRecord reader
);

Parameters

reader
Data reader or other implementation of IDataRecord.

Remarks

Old data are overwritten. The field count is changed to the FieldCount of the reader. Data mapping is ignored when loading the data. It is recommended to (re)create the mapping from the reader

See Also

ListItem Class | Resco.Controls.AdvancedComboBox Namespace | ListItem.SetData Overload List