RelationalParameterBasedSqlProcessor 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.
A class that processes the query expression after parameter values are known.
This type is typically used by database providers (and other extensions). It is generally not used in application code.
public class RelationalParameterBasedSqlProcessor
type RelationalParameterBasedSqlProcessor = class
Public Class RelationalParameterBasedSqlProcessor
- Inheritance
-
RelationalParameterBasedSqlProcessor
Constructors
RelationalParameterBasedSqlProcessor(RelationalParameterBasedSqlProcessorDependencies, Boolean) |
Creates a new instance of the RelationalParameterBasedSqlProcessor class. |
Properties
Dependencies |
Relational provider-specific dependencies for this service. |
UseRelationalNulls |
A bool value indicating if relational nulls should be used. |
Methods
Applies to
Entity Framework