Method | Description | |
---|---|---|
MatchStartStatic ( string sql, int position ) : int |
Checks whether there is the tag start at the specified position in the specified sql.
|
|
WriteStart ( StringBuilder output ) : void |
Writes the start of the tag.
|
Method | Description | |
---|---|---|
InitializeCoreFromText ( |
Reads the tag at the specified position in the specified word and separator array.
|
protected InitializeCoreFromText ( |
||
parser | ||
sql | string | |
position | int | |
parentTag | ||
return | int |
public static MatchStartStatic ( string sql, int position ) : int | ||
sql | string | |
position | int | |
return | int |
public WriteStart ( StringBuilder output ) : void | ||
output | StringBuilder | |
return | void |