Click or drag to resize

MicaContentDataSetGetCorrespondingColumnInfo Method (MicaContentDataSet, String, String)

Returns an up to date columnInfo object, given outdated column name and content type info.

Namespace:  MicaSystems.Utils.DataSet
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public MicaContentDataSet_ColumnsInfoRow GetCorrespondingColumnInfo(
	MicaContentDataSet oldDataSet,
	string oldColumnName,
	string oldContentTypeName
)

Parameters

oldDataSet
Type: MicaSystems.Utils.DataSetMicaContentDataSet
oldColumnName
Type: SystemString
oldContentTypeName
Type: SystemString

Return Value

Type: MicaContentDataSet_ColumnsInfoRow
See Also