C# Класс Parser.SqlParser

Наследование: ParserBase
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
GetForUpdateTagXmlNode ( ) : XmlNode

Returns the xml node which corresponds to the For Update tag.

GetFromTagXmlNode ( ) : XmlNode

Returns the xml node which corresponds to the From tag. If this node does not exist, this method generates an exception.

GetOrderByTagXmlNode ( bool createNew ) : XmlNode

Returns the xml node which corresponds to the Order By tag. If this node does not exist, creates a new one (if needed).

GetWhereTagXmlNode ( bool createNew ) : XmlNode

Returns the xml node which corresponds to the Where tag. If this node does not exist, creates a new one (if needed).

IsTag ( string text, int position ) : Type

Checks whether there is a tag in the text at the specified position, and returns its tag.