C# Class QSOrmProject.Deletion.SQLCleanOperation

Inheritance: Operation
Show file 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 property

public string CleanField
return string

TableName public property

public string TableName
return string

WhereStatment public property

public string WhereStatment
return string