C# 클래스 MigSharp.DatabaseExtensions

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

공개 메소드들

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

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

메소드 상세

CreateTable() 공개 정적인 메소드

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