QuerySetSeparator
Sets SQL Date and Time Separator for SQL queries.
Member of namespace
Maintenance ManagerSyntax
bool QuerySetSeparator (string separator)
Parameters
- separator
- Type: string
Parameters
separator: Date separator. Smart parameters are supported.Returns
Always True.Level
Any level.Details
Configures the Date and Time separator that is used by the database. If this action is not called, the value for the separator is selected based on the connection string. Some database separators are MS SQL"'", Oracle "'", Access "#".- Example:
QuerySetSeparator("#")