C# Класс MigSharp.DbAltererOptions

Contains all options available when altering a database schema.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
DbAltererOptions ( ) : System.Collections.Generic

Initializes default options.

SuppressWarning ( DbPlatform dbPlatform, DbType type, SuppressCondition condition ) : void

Suppresses validation warnings for dbPlatform and the data type type under the condition.

Приватные методы

Метод Описание
GetScriptingOptions ( ) : MigSharp.Process.ScriptingOptions
IsWarningSuppressed ( DbPlatform dbPlatform, DbType type, int size, int scale ) : bool

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

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

Initializes default options.
public DbAltererOptions ( ) : System.Collections.Generic
Результат System.Collections.Generic

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

Suppresses validation warnings for dbPlatform and the data type type under the condition.
public SuppressWarning ( DbPlatform dbPlatform, DbType type, SuppressCondition condition ) : void
dbPlatform DbPlatform
type DbType
condition SuppressCondition
Результат void