SqlTokenToolBox GetCloseGroupToken Method A Sandcastle Documented Class Library
Overload List

  NameDescription
Public methodStatic memberGetCloseGroupToken(Int32)
Returns the close group token, sets the name and token index. Indexes can be fixed using the normalize call on an SqlQuery object.
Public methodStatic memberGetCloseGroupToken(String, Int32)
Returns the close group token, sets the name and token index. Indexes can be fixed using the normalize call on an SqlQuery object. Should use 'groupClose' as the default name.
Back to Top
See Also