Click or drag to resize

LeadManagerGenerateUpdateCommand Method (String, String)

Generate SQL UPDATE command.

Namespace:  Dynamicweb.Analytics.Leads
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
protected virtual string GenerateUpdateCommand(
	string[] ids,
	string state
)

Parameters

ids
Type: SystemString
Visitor IDs.
state
Type: SystemString
Lead state.

Return Value

Type: String
SQL UPDATE command.
See Also