DMRGroupCriteriaCollectionConvertToSQL Method

Alterian Email Manager 6.2.3 SDK Help File
Converts the criteria of this collection to a SQL script.

Namespace:  DMLibrary
Assembly:  DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420

Syntax
public string ConvertToSQL(
	int timeOffset,
	bool isUserAgentEvent
)

Parameters

timeOffset
Type: SystemInt32
The number of minutes to offset any dates.
isUserAgentEvent
Type: SystemBoolean

Return Value

Type: String
A SQL script string.
See Also