| Close Method | |
| See Also Example |
- pIGeneralDataParams
Contains a property whose value is the key of the row to close.
For example, for a UDO for a document table, the object contains a property called DocEntry whose value is the key of the row to close.
Closes a row in the database table of the current UDO.
| Visual Basic |
|---|
Public Sub Close( _
   ByVal pIGeneralDataParams As GeneralDataParams _
) |
- pIGeneralDataParams
Contains a property whose value is the key of the row to close.
For example, for a UDO for a document table, the object contains a property called DocEntry whose value is the key of the row to close.
For document-type UDOs only.
| Closing a UDO record (Visual Basic) | Copy Code | |
|---|---|---|
| ||