DbProviderManifest.SupportsParameterOptimizationInSchemaQueries Method
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.
Indicates if the provider supports the parameter optimization described in EntityFramework6 GitHub issue #195.
The default is false
. Providers should change this to true only after testing that schema queries (as
used in the Database First flow) work correctly with this flag.
public virtual bool SupportsParameterOptimizationInSchemaQueries ();
abstract member SupportsParameterOptimizationInSchemaQueries : unit -> bool
override this.SupportsParameterOptimizationInSchemaQueries : unit -> bool
Public Overridable Function SupportsParameterOptimizationInSchemaQueries () As Boolean
Returns
True
only if the provider supports the parameter optimization.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework