QuickObjects.ObjectBase Send comments on this topic.
GetUpdateExpression Method
See Also 
Akal.QuickObjects.ObjectBase Namespace > IField Interface : GetUpdateExpression Method
sqlParams
GetUpdateExpression will need to be implemented by each field class so that each field can implement its own custom ability to provide value assignment statement.

Syntax

C# 
virtual string GetUpdateExpression( 
   ref ArrayList sqlParams
)

Parameters

sqlParams

Requirements

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

See Also