C# 클래스 MigSharp.ExistingSchemaExtensions

Contains extension methods for the IExistingSchema interface.
파일 보기 프로젝트 열기: dradovic/MigSharp

공개 메소드들

메소드 설명
CreateTable ( this schema, string tableName ) : ICreatedTable

Creates a new table on the database with a default primary key constraint name.

메소드 상세

CreateTable() 공개 정적인 메소드

Creates a new table on the database with a default primary key constraint name.
public static CreateTable ( this schema, string tableName ) : ICreatedTable
schema this
tableName string
리턴 ICreatedTable