Method | Description | |
---|---|---|
WriteStart ( StringBuilder output ) : void |
Writes the start of the tag.
|
Method | Description | |
---|---|---|
MatchStart ( string sql, int position ) : int |
Checks whether there is the tag at the specified position in the specified sql.
|
Method | Description | |
---|---|---|
MatchStart ( string firstWord, string secondWord, string sql, int position ) : int |
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 | |
return | int |
public WriteStart ( StringBuilder output ) : void | ||
output | StringBuilder | |
return | void |