Skip to main content

eolsymbol-enum

Represents the symbol (or symbols) which are used to separate lines in generated SQL statements

public enum Korzh.EasyQuery.Db.EOLSymbol
: Enum

Assembly: Korzh.EasyQuery.Db.dll

Enum

NameValueDescription
None0If this value is chosen the result SQL will be returna as one long string without breaking it on several lines
CRLF1Carriage Return (\r) and Line Feed (\n) symbol combination. Usual end of line in MS Windows world.
LF2Line Feed (\n) symbol. Usual end of line in Unix world.
CR3Carriage Return (\r). Usual end of line in Mac world.