C# Class QSProjectsLib.Delete

Afficher le fichier Open project: QualitySolution/QSProjects Class Usage Examples

Méthodes publiques

Méthode Description
Delete ( ) : System
RunDeletion ( string table, int IntKey ) : bool

Runs the deletion.

RunDeletion ( string table, int IntKey, string StrKey ) : bool
RunDeletion ( string table, string StrKey ) : bool

Méthodes protégées

Méthode Description
Build ( ) : void

Private Methods

Méthode Description
AddParameters ( DbCommand cmd, TableInfo SqlParam, TableInfo ParametersIn ) : void
DeleteObjects ( string Table, TableInfo ParametersIn ) : void
FillObjects ( string Table, TreeIter root, TableInfo ParametersIn ) : int
SimpleDialog ( string ObjectName ) : ResponseType

Method Details

Build() protected méthode

protected Build ( ) : void
Résultat void

Delete() public méthode

public Delete ( ) : System
Résultat System

RunDeletion() public méthode

Runs the deletion.
public RunDeletion ( string table, int IntKey ) : bool
table string Table.
IntKey int Int key.
Résultat bool

RunDeletion() public méthode

public RunDeletion ( string table, int IntKey, string StrKey ) : bool
table string
IntKey int
StrKey string
Résultat bool

RunDeletion() public méthode

public RunDeletion ( string table, string StrKey ) : bool
table string
StrKey string
Résultat bool