C# Class NetBase.Sql.CreateTableQuery

Clearly a query that creates a table. So for this we need a list of fields and a table name. At the moment the only datatype we support is a string, but we're preparing for datatypes with an inner class.
Inheritance: IQuery
显示文件 Open project: buttonpusher/NetBase

Public Methods

Method Description
CreateTableQuery ( ) : System

Method Details

CreateTableQuery() public method

public CreateTableQuery ( ) : System
return System