Creates the mapping from the data reader (or other IDataRecord).
Use this constructor when loading data from database with the IDataReader. The order of names and their count cannot be changed.
[VisualBasic]
Dim map As New Mapping(reader)
[C#]
Mapping map = new Mapping(reader);
Mapping Class | Resco.Controls.AdvancedTree Namespace | Mapping Constructor Overload List