MobileForms Toolkit Documentation

Mapping Constructor

Creates empty mapping.

Overload List

Creates empty mapping.

protected Mapping();

Creates the mapping from the data reader (or other IDataRecord).

public Mapping(IDataRecord);

Creates the mapping from the array of field names.

public Mapping(string[]);

See Also

Mapping Class | Resco.Controls.AdvancedList Namespace