AddAdoNetStreams(ISiloBuilder, string, Action<AdoNetStreamOptions>)
staticextension
public static ISiloBuilder AddAdoNetStreams(this ISiloBuilder builder, string name, Action<AdoNetStreamOptions> configureOptions) Configures the silo to use an ADO.NET stream provider.
Parameters
builderISiloBuilder- The silo builder.
namestring- The stream provider name.
configureOptionsAction<AdoNetStreamOptions>- The delegate used to configure the provider.
Returns
The same
builder instance.