Initial value:= new string[40]
{
"", "-", "+", "Not", "BetweenAnd", "In", "Between", "=", ">", "<",
">=", "<=", "<>", "Is", "Like", "+", "-", "*", "/", "\\",
"Mod", "**", "&", "|", "^", "~", "And", "Or", "Proc", "Iff",
".", ".", "Null", "True", "False", "Date", "GenUniqueId()", "GenGuid()", "Guid {..}", "Is Not"
}
Definition at line 14 of file Operators.cs.
15 {
16 "", "-", "+", "Not", "BetweenAnd", "In", "Between", "=", ">", "<",
17 ">=", "<=", "<>", "Is", "Like", "+", "-", "*", "/", "\\",
18 "Mod", "**", "&", "|", "^", "~", "And", "Or", "Proc", "Iff",
19 ".", ".", "Null", "True", "False", "Date", "GenUniqueId()", "GenGuid()", "Guid {..}", "Is Not"
20 };
Referenced by System.Data.Operators.ToString().