AdoNetGrainStorageSiloBuilderExtensions
class
Namespace: Orleans.Hosting
Supports all classes in the .NET class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all .NET classes; it is the root of the type hierarchy.
public static class AdoNetGrainStorageSiloBuilderExtensionsMethods
AddAdoNetGrainStorage(ISiloBuilder, string, Action<AdoNetGrainStorageOptions>)Configure silo to use AdoNet grain storage for grain storage. Instructions on configuring your database are available at http://aka.ms/orleans-sql-scripts.AddAdoNetGrainStorage(ISiloBuilder, string, Action<OptionsBuilder<AdoNetGrainStorageOptions>>)Configure silo to use AdoNet grain storage for grain storage. Instructions on configuring your database are available at http://aka.ms/orleans-sql-scripts.AddAdoNetGrainStorageAsDefault(ISiloBuilder, Action<AdoNetGrainStorageOptions>)Configure silo to use AdoNet grain storage as the default grain storage. Instructions on configuring your database are available at http://aka.ms/orleans-sql-scripts.AddAdoNetGrainStorageAsDefault(ISiloBuilder, Action<OptionsBuilder<AdoNetGrainStorageOptions>>)Configure silo to use AdoNet grain storage as the default grain storage. Instructions on configuring your database are available at http://aka.ms/orleans-sql-scripts.
