Overload | Description |
---|---|
ViewModelColumn Constructor(ViewNode) | Creates a new instance of the ViewModelColumn referencing a column of the specified ViewNode. |
ViewModelColumn Constructor(ViewNode,DataColumn) | Creates a new instance of the ViewModelColumn referencing the specified DataColumn of the DataTable represented by the specified ViewNode. |
ViewModelColumn Constructor(ViewNode,String) | Creates a new instance of the ViewModelColumn referencing the DataColumn with the specified name that belongs to the DataTable represented by the specified ViewNode. |
ViewModelColumn Constructor(ViewNode,DataColumn,String) | 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. |
ViewModelColumn Constructor(ViewNode,String,String) | 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. |
ViewModelColumn Constructor(String,String) | Creates a new instance of the ViewModelColumn class that represents a calculated column with the specified calculation expression and alias. |