| 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
)
Protected Overridable Function GenerateUpdateCommand (
ids As String(),
state As LeadState
) As String
Parameters
- ids
- Type: SystemString
Visitor IDs. - state
- Type: Dynamicweb.Analytics.LeadsLeadState
Lead state.
Return Value
Type:
StringSQL UPDATE command.
See Also