ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender Namespace / ViewModelColumn Class / ViewModelColumn Constructor

In This Topic
    ViewModelColumn Constructor
    In This Topic
    Overload List
    OverloadDescription
    Creates a new instance of the ViewModelColumn referencing a column of the specified ViewNode.  
    Creates a new instance of the ViewModelColumn referencing the specified DataColumn of the DataTable represented by the specified ViewNode.  
    Creates a new instance of the ViewModelColumn referencing the DataColumn with the specified name that belongs to the DataTable represented by the specified ViewNode.  
    Creates a new instance of the ViewModelColumn referencing the specified DataColumn of the DataTable represented by the specified ViewNode, and provides it with the specified alias that is used to reference the column.  
    Creates a new instance of the ViewModelColumn referencing the DataColumn with the specified name that belongs to the DataTable represented by the specified ViewNode, and provides it with the specified alias that is used to reference the column.  
    Creates a new instance of the ViewModelColumn class that represents a calculated column with the specified calculation expression and alias.  
    See Also