Delete an object. In this case, the object is simply marked for deletion.
Namespace: Cartella.InterfacesAssembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
C# |
---|
bool Delete( string id ) |
Visual Basic |
---|
Function Delete ( _ id As String _ ) As Boolean |
Visual C++ |
---|
bool Delete( String^ id ) |
Parameters
- id
- Type: System..::..String