C# Class NetBase.Sql.SelectQuery

Unfortunately actually executing a select statement is quite a challenge; and such a large bit of code that it seems a bit out of place. Thus the "executive" namespace that actually deals with executing the queries; which may mean it would be a good idea to clean up the parsing by moving it into individual classes.
Inheritance: IQuery
显示文件 Open project: buttonpusher/NetBase Class Usage Examples

Public Properties

Property Type Description
SelectAll bool

Public Methods

Method Description
SelectQuery ( ) : System

Method Details

SelectQuery() public method

public SelectQuery ( ) : System
return System

Property Details

SelectAll public_oe property

public bool SelectAll
return bool