C# Класс 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.
Наследование: IQuery
Показать файл Открыть проект

Открытые методы

Метод Описание
CreateTableQuery ( ) : System

Описание методов

CreateTableQuery() публичный Метод

public CreateTableQuery ( ) : System
Результат System