C# Класс MigSharp.DatabaseExtensions

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

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

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