C# Класс MigSharp.ExistingSchemaExtensions

Contains extension methods for the IExistingSchema interface.
Показать файл Открыть проект

Открытые методы

Метод Описание
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