Data |
Name | Description | |
---|---|---|
DataTableMultipleColumnProxy | Deserialization constructor | |
DataTableMultipleColumnProxy(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. | |
DataTableMultipleColumnProxy(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). |