SpecialFunctions Class |
Namespace: CMS.DataEngine
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.).
| |
CopyDataToDataRow |
Copies data from the given DataClass to the given DataRow.
| |
CopyChangedDataToDataRow |
Copies changed data for the changed columns from the given DataClass to the given DataRow.
| |
CopyOriginalDataToDataRow |
Copies original data for the changed columns from the given DataClass to the given DataRow.
|