Creates empty mapping.
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[]);
Mapping Class | Resco.Controls.AdvancedTree Namespace