C# 클래스 Sharp.Data.Fluent.RemoveUniqueKey

상속: RemoveItemFromTable
파일 보기 프로젝트 열기: sharpmigrations/sharpmigrations

공개 메소드들

메소드 설명
FromTable ( string tableName ) : void
RemoveUniqueKey ( IDataClient dataClient, string uniqueKeyName ) : Sharp.Data

보호된 메소드들

메소드 설명
ExecuteInternal ( ) : void

메소드 상세

ExecuteInternal() 보호된 메소드

protected ExecuteInternal ( ) : void
리턴 void

FromTable() 공개 메소드

public FromTable ( string tableName ) : void
tableName string
리턴 void

RemoveUniqueKey() 공개 메소드

public RemoveUniqueKey ( IDataClient dataClient, string uniqueKeyName ) : Sharp.Data
dataClient IDataClient
uniqueKeyName string
리턴 Sharp.Data