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

GetInsertExpression

Provides a String that contains a list of all the fields that can be used in an INSERT statement. 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 GetInsertExpression( 
   ref ArrayList sqlParams
)

Parameters

sqlParams

Requirements

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

See Also