DataTableMultipleColumnProxyGetDataColumns Method |
Gets the data columns in the bundle identified by identifier which could be resolved, i.e. whose proxy contained a valid column.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public IList<DataColumn> GetDataColumns(
string identifier
)
Parameters
- identifier String
- The identifier to identify the column bundle.
Return Value
IListDataColumnAll data column of the bundle which could be resolved, i.e. whose proxy contained a valid column.
Exceptions See Also