C# Class MigSharp.DatabaseExtensions

Contains the extension methods for the IDatabase interface.
Mostra file Open project: dradovic/MigSharp

Public Methods

Method Description
CreateTable ( this database, string tableName ) : ICreatedTable

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

Method Details

CreateTable() public static method

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
return ICreatedTable