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

GetDeleteSQL

Creates an DELETE SQL Statement suitable for the selected DatabaseType. This method expects that all the primary key values have been specified.

NOTE: As of version 3.x this method preserves each field's UseInSearch values, and does not reset any of the property values unlike the version 2.x and older did.

Parameters:
Description
sqlParamsAll the parameters created by this method will be added into this ArrayList.

Returns:
Type
System.String

Syntax

C# 
public string GetDeleteSQL( 
   ref ArrayList sqlParams
)

Parameters

sqlParams

Requirements

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

See Also