GetUpdateSQL
Creates an UPDATE SQL Statement suitable for the selected DatabaseType. The SQL Statement will contain all the fields that are marked UseInSave as true. This method expects that all the primary key values have been specified.
NOTE: As of version 3.x this method preserves each field's UseInSearch values, and does not reset any of the property values unlike the version 2.x and older did.
Parameters:
| Description | |
|---|---|
| sqlParams | All the parameters created by this method will be added into this ArrayList. |
Returns:
| Type | |
|---|---|
| System.String |
Target Platforms: .NET Framework 1.1 or .NET Framework 2.0