DataExportHelperGetColumnIndex Method |
Gets index of a column corresponding to columns actually selected to export.
Namespace: CMS.ImportExportAssembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 13.0.131
Syntax protected virtual int GetColumnIndex(
string tableName,
string columnName
)
Parameters
- tableName
- Type: SystemString
Name of a table - columnName
- Type: SystemString
Name of a column
Return Value
Type:
Int32Index of a column
See Also