QuickObjects.ObjectBase Send comments on this topic.
GetInsertSQL Method
See Also 
Akal.QuickObjects.ObjectBase Namespace > BaseBusinessObject Class : GetInsertSQL Method
sqlParams

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
sqlParamsAll the parameters created by this method will be added into this ArrayList.

Returns:
Type
System.String

Syntax

C# 
public string GetInsertSQL( 
   ref ArrayList sqlParams
)

Parameters

sqlParams

Requirements

Target Platforms: .NET Framework 1.1 or .NET Framework 2.0

See Also