TransformationInfo Constructor (DataRow) |
Constructor, creates the TransformationInfo object from the given DataRow data.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax public TransformationInfo(
DataRow dr
)
Parameters
- dr
- Type: System.DataDataRow
Data row with the TransformationInfo info data
See Also