ConfigurationSourceExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides extension methods for ConfigurationSource
public static class ConfigurationSourceExtensions
type ConfigurationSourceExtensions = class
Public Module ConfigurationSourceExtensions
- Inheritance
-
ConfigurationSourceExtensions
Remarks
See Model building conventions for more information and examples.
Methods
Max(ConfigurationSource, Nullable<ConfigurationSource>) |
Returns the configuration source which has higher priority. |
Max(Nullable<ConfigurationSource>, Nullable<ConfigurationSource>) |
Returns the configuration source which has higher priority. |
Overrides(ConfigurationSource, Nullable<ConfigurationSource>) |
Returns a value indicating whether the new configuration source can override configuration set with the old configuration source. |
Overrides(Nullable<ConfigurationSource>, Nullable<ConfigurationSource>) |
Returns a value indicating whether the new configuration source can override configuration set with the old configuration source. |
OverridesStrictly(ConfigurationSource, Nullable<ConfigurationSource>) |
Returns a value indicating whether the configuration source always takes precedence over the other configuration source. |
OverridesStrictly(Nullable<ConfigurationSource>, Nullable<ConfigurationSource>) |
Returns a value indicating whether the configuration source always takes precedence over the other configuration source. |
Applies to
Entity Framework