C# Class MigSharp.DbAltererOptions

Contains all options available when altering a database schema.
ファイルを表示 Open project: dradovic/MigSharp Class Usage Examples

Public Methods

Method Description
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.

Private Methods

Method Description
GetScriptingOptions ( ) : MigSharp.Process.ScriptingOptions
IsWarningSuppressed ( DbPlatform dbPlatform, DbType type, int size, int scale ) : bool

Method Details

DbAltererOptions() public method

Initializes default options.
public DbAltererOptions ( ) : System.Collections.Generic
return System.Collections.Generic

SuppressWarning() public method

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
return void