AddAdoNetGrainStorage(IServiceCollection, string, Action<OptionsBuilder<AdoNetGrainStorageOptions>>)
staticextension
public static IServiceCollection AddAdoNetGrainStorage(this IServiceCollection services, string name, Action<OptionsBuilder<AdoNetGrainStorageOptions>> configureOptions = null) Configure silo to use AdoNet grain storage for grain storage. Instructions on configuring your database are available at http://aka.ms/orleans-sql-scripts.
Parameters
servicesIServiceCollectionnamestringconfigureOptionsAction<OptionsBuilder<AdoNetGrainStorageOptions>>
