C# Class MigSharp.ExistingSchemaExtensions

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

Méthodes publiques

Méthode Description
CreateTable ( this schema, string tableName ) : ICreatedTable

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

Method Details

CreateTable() public static méthode

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