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

GetUpdateExpression

It returns the value assignment String for this field.

Parameters:
Description
sqlParamsThis array contains all the parameter objects .

Returns:
Type
System.String

Syntax

C# 
public virtual string GetUpdateExpression( 
   ref ArrayList sqlParams
)

Parameters

sqlParams

Requirements

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

See Also