DMRDateRangeCollectionConvertToSQL 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(
	string Name,
	int OffsetMinutes,
	bool IgnoreTimePart
)
Public Function ConvertToSQL ( 
	Name As String,
	OffsetMinutes As Integer,
	IgnoreTimePart As Boolean
) As String
public:
String^ ConvertToSQL(
	String^ Name, 
	int OffsetMinutes, 
	bool IgnoreTimePart
)
member ConvertToSQL : 
        Name : string * 
        OffsetMinutes : int * 
        IgnoreTimePart : bool -> string 
function ConvertToSQL(Name, OffsetMinutes, IgnoreTimePart);
Parameters
- Name
 - Type: SystemString
Name of the column to use. - OffsetMinutes
 - Type: SystemInt32
The number of minutes to add when using the current time. - IgnoreTimePart
 - Type: SystemBoolean
Tells whether to ignore the time part of the dates. 
Return Value
Type: 
StringA string of SQL script embodying the criteria set forth in the objects of this collection.
See Also