C# Class QSProjectsLib.Delete

Mostrar archivo Open project: QualitySolution/QSProjects Class Usage Examples

Public Methods

Method 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

Protected Methods

Method Description
Build ( ) : void

Private Methods

Method 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 method

protected Build ( ) : void
return void

Delete() public method

public Delete ( ) : System
return System

RunDeletion() public method

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

RunDeletion() public method

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

RunDeletion() public method

public RunDeletion ( string table, string StrKey ) : bool
table string
StrKey string
return bool