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
파일 보기 프로젝트 열기: buttonpusher/NetBase

공개 메소드들

메소드 설명
CreateTableQuery ( ) : System

메소드 상세

CreateTableQuery() 공개 메소드

public CreateTableQuery ( ) : System
리턴 System