EAPUtilDateSQL Method |
| Name | Description | |
|---|---|---|
| DateSQL(DateTime) |
Format a date/time for use in a SQL statement.
The string will be AnsiQuoted and so no additional quoting should be performed.
| |
| DateSQL(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.
|