GetInsertSQL
Creates an INSERT 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 if they are not marked as AutoGenerated.
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