Skip to content

AdoNetGrainStorageOptions Properties

Options for ADO.NET grain storage.

DataSource

getset
View source
public DbDataSource? DataSource
Gets or sets the data source used to open database connections.

HashPicker

getset
View source
public IStorageHasherPicker HashPicker
Gets or sets the hasher picker to use for this storage provider.

InitStage

getset
View source
public int InitStage
Stage of silo lifecycle where storage should be initialized. Storage must be initialized prior to use.