EntityObject..::..DeleteProcess Method
Runs delete establishing the delete method we wanto to use. enables to override default delete method
Namespace:
FLEXYGO.ObjectsAssembly: flxEntity (in flxEntity.dll)
Syntax
public bool DeleteProcess( string aTable, ObjectSettings..::..eUpdateType DeleteType, string DeleteProcessName )
Public Function DeleteProcess ( _ aTable As String, _ DeleteType As ObjectSettings..::..eUpdateType, _ DeleteProcessName As String _ ) As Boolean
Parameters
- aTable
- Type: String
a Table Name.
- DeleteType
- Type: FLEXYGO.Objects.Settings..::..ObjectSettings..::..eUpdateType
a delete type.
- DeleteProcessName
- Type: String
The Delete Process Name.