C# 클래스 QSOrmProject.Deletion.SQLDeleteOperation

상속: Operation
파일 보기 프로젝트 열기: QualitySolution/QSProjects

공개 프로퍼티들

프로퍼티 타입 설명
TableName string
WhereStatment string

공개 메소드들

메소드 설명
Execute ( DeleteCore core ) : void

메소드 상세

Execute() 공개 메소드

public Execute ( DeleteCore core ) : void
core DeleteCore
리턴 void

프로퍼티 상세

TableName 공개적으로 프로퍼티

public string TableName
리턴 string

WhereStatment 공개적으로 프로퍼티

public string WhereStatment
리턴 string