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

GetUpdateExpression

Provides a String that contains a list of all the fields including their parameter names. A field must have its AllowSave and UseInSave as true to be included.

Parameters:
Description
sqlParamsAll the parameters created by this method will be added into this ArrayList.

Returns:
Type
System.String

Syntax

C# 
public string GetUpdateExpression( 
   ref ArrayList sqlParams
)

Parameters

sqlParams

Requirements

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

See Also