C# 클래스 QSProjectsLib.Delete

파일 보기 프로젝트 열기: QualitySolution/QSProjects 1 사용 예제들

공개 메소드들

메소드 설명
Delete ( ) : System
RunDeletion ( string table, int IntKey ) : bool

Runs the deletion.

RunDeletion ( string table, int IntKey, string StrKey ) : bool
RunDeletion ( string table, string StrKey ) : bool

보호된 메소드들

메소드 설명
Build ( ) : void

비공개 메소드들

메소드 설명
AddParameters ( DbCommand cmd, TableInfo SqlParam, TableInfo ParametersIn ) : void
DeleteObjects ( string Table, TableInfo ParametersIn ) : void
FillObjects ( string Table, TreeIter root, TableInfo ParametersIn ) : int
SimpleDialog ( string ObjectName ) : ResponseType

메소드 상세

Build() 보호된 메소드

protected Build ( ) : void
리턴 void

Delete() 공개 메소드

public Delete ( ) : System
리턴 System

RunDeletion() 공개 메소드

Runs the deletion.
public RunDeletion ( string table, int IntKey ) : bool
table string Table.
IntKey int Int key.
리턴 bool

RunDeletion() 공개 메소드

public RunDeletion ( string table, int IntKey, string StrKey ) : bool
table string
IntKey int
StrKey string
리턴 bool

RunDeletion() 공개 메소드

public RunDeletion ( string table, string StrKey ) : bool
table string
StrKey string
리턴 bool