A class of pre-defined strings that may be used to join two other strings together
More...
A class of pre-defined strings that may be used to join two other strings together
◆ JOIN_STRING_COMMA_SPACE
const string Ict.Common.CommonJoinString.JOIN_STRING_COMMA_SPACE = ", " |
|
static |
A join string made up of comma followed by space
◆ JOIN_STRING_SQL_AND
const string Ict.Common.CommonJoinString.JOIN_STRING_SQL_AND = " AND " |
|
static |
The ' AND ' join string (without quotes)
◆ JOIN_STRING_SQL_OR
const string Ict.Common.CommonJoinString.JOIN_STRING_SQL_OR = " OR " |
|
static |
The ' OR ' join string (without quotes)
The documentation for this class was generated from the following file: