DbResourceConfiguration.Current

A global instance of the current configuration. By default this instance reads its configuration values from web.config at runtime, but it can be overridden to assign specific values or completely replace this object.

NOTE: Any assignment made to this property should be made at Application_Start or other 'application initialization' event so that these settings are applied BEFORE the resource provider is used for the first time.

public static DbResourceConfiguration Current

See also:

Class DbResourceConfiguration

© West Wind Technologies, 2006 - 2019 • Updated: 01/24/18
Comment or report problem with topic