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
Afficher le fichier Open project: buttonpusher/NetBase

Méthodes publiques

Méthode Description
CreateTableQuery ( ) : System

Method Details

CreateTableQuery() public méthode

public CreateTableQuery ( ) : System
Résultat System