SpecialFunctions MembersKentico 8.0 API Reference
The SpecialFunctions type exposes the following members.
Methods

  NameDescription
Public methodStatic memberConvertDataRowsToParams
Converts source parameters to query data parameters with type convert (e.g.: "true" as boolean type etc.).
Public methodStatic memberCopyDataToDataRow
Copies data from the given DataClass to the given DataRow.
Public methodStatic memberCopyChangedDataToDataRow
Copies changed data for the changed columns from the given DataClass to the given DataRow.
Public methodStatic memberCopyOriginalDataToDataRow
Copies original data for the changed columns from the given DataClass to the given DataRow.
Back to Top
See Also