DMRGroupCriteriaCollectionConvertToSQL Method 
                         | 
                    
                
Alterian Email Manager 6.2.3 SDK Help File 
            Converts the criteria of this collection to a SQL script.
            
Namespace:   
   DMLibraryAssembly:
   DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic string ConvertToSQL(
	int timeOffset,
	bool isUserAgentEvent
)
Public Function ConvertToSQL ( 
	timeOffset As Integer,
	isUserAgentEvent As Boolean
) As String
public:
String^ ConvertToSQL(
	int timeOffset, 
	bool isUserAgentEvent
)
member ConvertToSQL : 
        timeOffset : int * 
        isUserAgentEvent : bool -> string 
function ConvertToSQL(timeOffset, isUserAgentEvent);
Parameters
- timeOffset
 - Type: SystemInt32
The number of minutes to offset any dates. - isUserAgentEvent
 - Type: SystemBoolean
 
Return Value
Type: 
StringA SQL script string.
See Also