DMRColumnCriteriaCollectionConvertToSQL Method

Alterian Email Manager 6.2.3 SDK Help File
Converts all of the criteria contained in this collection into a SQL script.

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

Syntax
public string ConvertToSQL(
	int timeOffset
)

Parameters

timeOffset
Type: SystemInt32
Not relevant.

Return Value

Type: String
A string of SQL script embodying the criteria set forth in the objects of this collection.
See Also