You are here: .NET VERSION
ContentsIndexHome
PreviousUpNext
.NET VERSION
Installation

Just copy gudusot.gsqlparser.dll to the directory where your application file resides. 

 

Namespace

Namespaces of gsqlparser are following: 

1. gudusoft.gsqlparser 

Includes all classes and types in the parser. 

2. gudusoft.gsqlparser.Units 

Includes all consts in the parser, In order to access these consts, user must prefix the unit name of these consts, for example, array const DbVendorStr in lzbasetype can be accessed by lzbasetype.DbVendorStr[0]. 

Most consts are defined in lzbasetype unit. 

 

Performance

Since ver1.1, performance is great improved. 

It takes about 1 sec to startup .NET VM and the parser, and 0.5 sec to parse the first sql, after that it works pretty well. 

 

Note: Initialize this component only once in your application, and reuse this parser in all the following code in your project to achieve better performance.

Gudu software http://www.sqlparser.com
Send comments about this topic.