Method | Description | |
---|---|---|
GetForUpdateTagXmlNode ( ) : |
Returns the xml node which corresponds to the For Update tag.
|
|
GetFromTagXmlNode ( ) : |
Returns the xml node which corresponds to the From tag. If this node does not exist, this method generates an exception.
|
|
GetOrderByTagXmlNode ( bool createNew ) : |
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 ) : |
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 ) : |
Checks whether there is a tag in the text at the specified position, and returns its tag.
|