# AzureBasedReminderTable.ReadRows(GrainId)

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.reminders.azurestorage/orleans.runtime.reminderservice.azurebasedremindertable/) | [Methods](/orleans/docs/api/csharp/microsoft.orleans.reminders.azurestorage/orleans.runtime.reminderservice.azurebasedremindertable/methods/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Azure/Orleans.Reminders.AzureStorage/Storage/AzureBasedReminderTable.cs)

```csharp
public 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.
