C# Класс MigSharp.Providers.CreatedColumn

Наследование: Column
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
CreatedColumn ( string name, DataType dataType, bool isNullable, bool isPrimaryKey, string uniqueConstraint, bool isIdentity, object defaultValue, bool isRowVersion )

Описание методов

CreatedColumn() публичный Метод

public CreatedColumn ( string name, DataType dataType, bool isNullable, bool isPrimaryKey, string uniqueConstraint, bool isIdentity, object defaultValue, bool isRowVersion )
name string
dataType DataType
isNullable bool
isPrimaryKey bool
uniqueConstraint string
isIdentity bool
defaultValue object
isRowVersion bool