IRelationalParameterBasedSqlProcessorFactory.Create 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.
Overloads
Create(RelationalParameterBasedSqlProcessorParameters) |
Creates a new RelationalParameterBasedSqlProcessor. |
Create(Boolean) |
Creates a new RelationalParameterBasedSqlProcessor. |
Create(RelationalParameterBasedSqlProcessorParameters)
Creates a new RelationalParameterBasedSqlProcessor.
public Microsoft.EntityFrameworkCore.Query.RelationalParameterBasedSqlProcessor Create (Microsoft.EntityFrameworkCore.Query.RelationalParameterBasedSqlProcessorParameters parameters);
abstract member Create : Microsoft.EntityFrameworkCore.Query.RelationalParameterBasedSqlProcessorParameters -> Microsoft.EntityFrameworkCore.Query.RelationalParameterBasedSqlProcessor
Public Function Create (parameters As RelationalParameterBasedSqlProcessorParameters) As RelationalParameterBasedSqlProcessor
Parameters
Parameters for RelationalParameterBasedSqlProcessor.
Returns
A relational parameter based sql processor.
Applies to
Create(Boolean)
Creates a new RelationalParameterBasedSqlProcessor.
public Microsoft.EntityFrameworkCore.Query.RelationalParameterBasedSqlProcessor Create (bool useRelationalNulls);
abstract member Create : bool -> Microsoft.EntityFrameworkCore.Query.RelationalParameterBasedSqlProcessor
Public Function Create (useRelationalNulls As Boolean) As RelationalParameterBasedSqlProcessor
Parameters
- useRelationalNulls
- Boolean
A bool value indicating if relational nulls should be used.
Returns
A relational parameter based sql processor.
Applies to
Entity Framework