---
title: CKRecord.ReferenceAction.none
framework: cloudkit
role: symbol
role_heading: Case
path: cloudkit/ckrecord/referenceaction/none
---

# CKRecord.ReferenceAction.none

A reference action that has no cascading behavior.

## Declaration

```swift
case none
```

## Discussion

Discussion No action occurs when you delete a record that the current record references. Deleting a parent record doesn’t delete that record’s children. The CKReference object still contains the ID of the deleted record and doesn’t update.

## See Also

### Deletion Reference Actions

- [CKRecord.ReferenceAction.deleteSelf](cloudkit/ckrecord/referenceaction/deleteself.md)
