DocumentDataItemClassDelete Method | |
Deletes data item
Namespace:
SOWIData.XML
Assembly:
SOWIData.XML (in SOWIData.XML.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax public void Delete(
Object pValue,
string pField = "ID"
)
Public Sub Delete (
pValue As Object,
Optional pField As String = "ID"
)
Parameters
- pValue
- Type: SystemObject
Field value - pField (Optional)
- Type: SystemString
Field name
See Also