Skip to content

StringTokenizer.TokenType enum

Represents the types of tokens. Used in Korzh.EasyQuery.StringTokenizer class

public enum Korzh.EasyQuery.StringTokenizer.TokenType
: Enum

Package: Korzh.EasyQuery (targets: netstandard2.0)

Assembly: Korzh.EasyQuery.dll

NameValueDescription
Space0Space. It’s not actually the type of a token but it’s used for LastBreak property of Korzh.EasyQuery.StringTokenizer class
Separator1Separator
Identifier2Word
CString3C-style string (some text placed in double quotes)
PascalString4Pascal-style string (some text placed in single quotes)
AIdent5Access SQL identifier (some text placed in [ ] brackets)