Get, set the delegate pointing to the data method for performing restore method
if the underlying data table support delete status.
Namespace: Cartella.InterfacesAssembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
| C# |
|---|
RestoreProcedure Procedure_Restore { get; set; } |
| Visual Basic |
|---|
Property Procedure_Restore As RestoreProcedure
Get
Set |
| Visual C++ |
|---|
property RestoreProcedure^ Procedure_Restore {
RestoreProcedure^ get ();
void set (RestoreProcedure^ value);
} |
Field Value
Delegate type "RestoreProcedure"
See Also