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

Syntax

C# 
virtual string GetInsertExpression( 
   ref ArrayList sqlParams
)

Parameters

sqlParams

Requirements

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

See Also