PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview.DataBinding Namespace / DataSetField Class
Members

In This Topic
    DataSetField Class
    In This Topic
    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
    public class DataSetField : C1.C1Preview.NamedCollectionItem 
    Inheritance Hierarchy

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

    See Also