SpecialFunctions Class |
Note: This API is now obsolete.
Namespace: CMS.DataEngine
[ObsoleteAttribute("Class was not intended for public use and will be removed in the next version.")] public static class SpecialFunctions
The SpecialFunctions type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | ConvertDataRowsToParams |
Converts source parameters to query data parameters with type convert (e.g.: "true" as boolean type etc.).
|
![]() ![]() | CopyChangedDataToDataRow |
Copies changed data for the changed columns from the given DataClass to the given DataRow.
|
![]() ![]() | CopyDataToDataRow |
Copies data from the given DataClass to the given DataRow.
|
![]() ![]() | CopyOriginalDataToDataRow |
Copies original data for the changed columns from the given DataClass to the given DataRow.
|