DataExportHelperGetExportedValue Method |
Gets the exported value for the given
Namespace: CMS.ImportExportAssembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 13.0.131
Syntax protected virtual Object GetExportedValue(
DataRowView drv,
string columnName,
DataRow dataRow
)
Parameters
- drv
- Type: System.DataDataRowView
Data row with the source data - columnName
- Type: SystemString
Column name - dataRow
- Type: System.DataDataRow
DataRow with the result
Return Value
Type:
ObjectSee Also