C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview.DataBinding Namespace / DataSetField Class
Members

DataSetField Class
Represents a field in a DataSet. The field may represent a native DB field (assigned via the DataField property), or may be calculated by an expression (set by the Expression property).
Object Model
DataSetField Class
Syntax
'Declaration
 
Public Class DataSetField 
   Inherits C1.C1Preview.NamedCollectionItem
 
Inheritance Hierarchy

System.Object
   C1.C1Preview.NamedCollectionItem
      C1.C1Preview.DataBinding.DataSetField

See Also