C# Class QSOrmProject.Deletion.SQLDeleteOperation

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

Public Properties

Property Type Description
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

TableName public_oe property

public string TableName
return string

WhereStatment public_oe property

public string WhereStatment
return string