C# 클래스 Store.Table

상속: TableOrView
파일 보기 프로젝트 열기: elevate/mysqlconnector-.net

공개 메소드들

메소드 설명
CreateTable ( string id, string name ) : Table

Create a new Table object.

메소드 상세

CreateTable() 공개 정적인 메소드

Create a new Table object.
public static CreateTable ( string id, string name ) : Table
id string Initial value of Id.
name string Initial value of Name.
리턴 Table