MobileForms Toolkit Documentation

Mapping Class

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.SmartGrid.Mapping

public class Mapping

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

The mapping is used by the Row 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
.

Requirements

Namespace: Resco.Controls.SmartGrid

Assembly: Resco.SmartGrid.CF3 (in Resco.SmartGrid.CF3.dll)

See Also

Mapping Members | Resco.Controls.SmartGrid Namespace