Click or drag to resize

LeadManagerGenerateUpdateCommand Method (String, LeadState)

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,
	LeadState state
)

Parameters

ids
Type: SystemString
Visitor IDs.
state
Type: Dynamicweb.Analytics.LeadsLeadState
Lead state.

Return Value

Type: String
SQL UPDATE command.
See Also