Converts a DateTime value to a string according to the specific format of the underlying database type
            
            
            
            
            
            
            
            'Declaration
 
Public MustOverride Function FormatDateLiteral( _
   ByVal  As Date _
) As String
             
        
            
            public abstract string FormatDateLiteral( 
   DateTime 
)
             
        
             
        
            Parameters
- value
 
- The DateTime value to convert
 
            
            Return Value
A literal string that is compatible with the underlying database.