Click or drag to resize

EAPUtilDateSQL Method

Overload List
  NameDescription
Public methodStatic memberDateSQL(DateTime)
Format a date/time for use in a SQL statement. The string will be AnsiQuoted and so no additional quoting should be performed.
Public methodStatic memberDateSQL(NullableDateTime)
Format a nullable date/time for use in a SQL statement. If non-null the string will be AnsiQuoted and so no additional quoting should be performed.
Top
See Also