C# 클래스 MigSharp.DbAltererOptions

Contains all options available when altering a database schema.
파일 보기 프로젝트 열기: dradovic/MigSharp 1 사용 예제들

공개 메소드들

메소드 설명
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