AddAdoNetGrainStorage(IServiceCollection, string, Action<AdoNetGrainStorageOptions>)
staticextension
public static IServiceCollection AddAdoNetGrainStorage(this IServiceCollection services, string name, Action<AdoNetGrainStorageOptions> configureOptions) 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<AdoNetGrainStorageOptions>
