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

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

Returns:
Type
System.String

Syntax

C# 
public string GetUpdateSQL( 
   ref ArrayList sqlParams
)

Parameters

sqlParams

Requirements

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

See Also