C# Class MigSharp.DatabaseExtensions

Contains the extension methods for the IDatabase interface.
Afficher le fichier Open project: dradovic/MigSharp

Méthodes publiques

Méthode 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 méthode

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
Résultat ICreatedTable