C# Класс Parser.SimpleTwoWordTag

The base class for such tags as Order By, Group By etc.
Наследование: SimpleOneWordTag
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
WriteStart ( StringBuilder output ) : void

Writes the start of the tag.

Защищенные методы

Метод Описание
MatchStart ( string sql, int position ) : int

Checks whether there is the tag at the specified position in the specified sql.

Приватные методы

Метод Описание
MatchStart ( string firstWord, string secondWord, string sql, int position ) : int

Checks whether there is the tag at the specified position in the specified sql.

Описание методов

MatchStart() защищенный Метод

Checks whether there is the tag at the specified position in the specified sql.
protected MatchStart ( string sql, int position ) : int
sql string
position int
Результат int

WriteStart() публичный Метод

Writes the start of the tag.
public WriteStart ( StringBuilder output ) : void
output StringBuilder
Результат void