# SiloBuilderReminderExtensions.UseAdoNetReminderService(ISiloBuilder, Action&lt;AdoNetReminderTableOptions&gt;)

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

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/AdoNet/Orleans.Reminders.AdoNet/SiloBuilderReminderExtensions.cs)

```csharp
public static ISiloBuilder UseAdoNetReminderService(this ISiloBuilder builder, Action<AdoNetReminderTableOptions> configureOptions)
```

Adds reminder storage using ADO.NET. Instructions on configuring your database are available at [http://aka.ms/orleans-sql-scripts](http://aka.ms/orleans-sql-scripts).

### Parameters

- `builder` (`ISiloBuilder`): The builder.
- `configureOptions` (`Action<AdoNetReminderTableOptions>`): Configuration delegate.

### Returns

The provided [ISiloBuilder](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.hosting.isilobuilder/), for chaining.
