Used as a map between column names and column indices.
For a list of all members of this type, see Mapping Members.
System.Object
Resco.Controls.AdvancedTree.Mapping
Resco.Controls.AdvancedTree.PropertyMapping
Resco.Controls.AdvancedTree.TableMapping
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
The mapping is used by the Node to determine the position of the field by name, not by the index. Mapping uses Hashtable as the underlying type for fast access to column indices. Once created, the mapping cannot be changed. When you load data from database, and you need some empty columns, create them with the select command, e.g.
SELECT *, 0 as Flag FROM customers.
Namespace: Resco.Controls.AdvancedTree
Assembly: Resco.AdvancedTree.CF3 (in Resco.AdvancedTree.CF3.dll)
Mapping Members | Resco.Controls.AdvancedTree Namespace