C# Class MigSharp.DbAltererOptions

Contains all options available when altering a database schema.
Afficher le fichier Open project: dradovic/MigSharp Class Usage Examples

Méthodes publiques

Méthode 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

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

Method Details

DbAltererOptions() public méthode

Initializes default options.
public DbAltererOptions ( ) : System.Collections.Generic
Résultat System.Collections.Generic

SuppressWarning() public méthode

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
Résultat void