C# Class QSOrmProject.Deletion.SQLCleanOperation

Inheritance: Operation
ファイルを表示 Open project: QualitySolution/QSProjects

Public Properties

Property Type Description
CleanField string
TableName string
WhereStatment string

Public Methods

Method Description
Execute ( DeleteCore core ) : void

Method Details

Execute() public method

public Execute ( DeleteCore core ) : void
core DeleteCore
return void

Property Details

CleanField public_oe property

public string CleanField
return string

TableName public_oe property

public string TableName
return string

WhereStatment public_oe property

public string WhereStatment
return string