# IReminderTable.UpsertRow(ReminderEntry, CancellationToken)

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.reminders/orleans.iremindertable/) | [Methods](/orleans/docs/api/csharp/microsoft.orleans.reminders/orleans.iremindertable/methods/)

[Source](https://github.com/dotnet/orleans/blob/1644940b035c7bdf215a4fd7135757c06bcfe9ec/src/Orleans.Reminders/SystemTargetInterfaces/IReminderTable.cs#L96)

```csharp
public virtual Task<string?> UpsertRow(ReminderEntry entry, CancellationToken cancellationToken)
```

Upserts the specified entry.

### Parameters

- `entry` (`ReminderEntry`): The entry.
- `cancellationToken` (`CancellationToken`): The cancellation token.

### Returns

The row's new ETag.
