| SpecialFunctions Methods | 
The SpecialFunctions type exposes the following members.
 Methods
Methods| 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.
             | 
 See Also
See Also