Click or drag to resize

DataTableMultipleColumnProxy Constructor

Overload List
 NameDescription
Protected methodDataTableMultipleColumnProxy Deserialization constructor
Public methodDataTableMultipleColumnProxy(DataTable, Int32) Initializes a new instance of the DataTableMultipleColumnProxy class. The table and group number of this instance are set, but no columns are set with this constructor.
Public methodDataTableMultipleColumnProxy(String, DataTable, IAscendingIntegerCollection, IAscendingIntegerCollection) Initializes a new instance of the DataTableMultipleColumnProxy class. The selected collections determine which columns and rows contribute to this instance. The group number is determined by the first selected column (or, if no column is selected, by the first column of the data table).
Top
See Also