1 Using SQL Escape Sequences in .NET Applications : Date, Time, and Timestamp Escapes

Date, Time, and Timestamp Escapes
The escape sequence for date, time, and timestamp literals is:
{literal-type 'value'}
where literal-type is one of the following:
Example:
UPDATE Orders SET OpenDate={d '1997-01-29'} WHERE OrderID=1023