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

GetInsertExpression

It returns the value assignment String for this field to be used in an insert statement.

Parameters:
Description
sqlParamsThis array contains all the parameter objects .

Returns:
Type
System.String

Syntax

C# 
public virtual string GetInsertExpression( 
   ref ArrayList sqlParams
)

Parameters

sqlParams

Requirements

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

See Also