Click or drag to resize
DataExportHelperGetColumnIndex Method
Gets index of a column corresponding to columns actually selected to export.

Namespace: CMS.ImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 9.0.0
Syntax
C#
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: Int32
Index of a column
See Also