# IReminderTable.ReadRows(GrainId)

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

```csharp
public abstract Task<ReminderTableData> ReadRows(GrainId grainId)
```

Reads the reminder table entries associated with the specified grain.

### Parameters

- `grainId` (`GrainId`): The grain ID.

### Returns

The reminder table entries associated with the specified grain.
