C# Class QSOrmProject.Deletion.SQLDeleteOperation

Inheritance: Operation
Afficher le fichier Open project: QualitySolution/QSProjects

Méthodes publiques

Свойство Type Description
TableName string
WhereStatment string

Méthodes publiques

Méthode Description
Execute ( DeleteCore core ) : void

Method Details

Execute() public méthode

public Execute ( DeleteCore core ) : void
core DeleteCore
Résultat void

Property Details

TableName public_oe property

public string TableName
Résultat string

WhereStatment public_oe property

public string WhereStatment
Résultat string