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:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic string ConvertToSQL(
int timeOffset
)
Public Function ConvertToSQL (
timeOffset As Integer
) As String
public:
String^ ConvertToSQL(
int timeOffset
)
member ConvertToSQL :
timeOffset : int -> string
function ConvertToSQL(timeOffset);
Parameters
- timeOffset
- Type: SystemInt32
Not relevant.
Return Value
Type:
StringA string of SQL script embodying the criteria set forth in the objects of this collection.
See Also