RelationalParameterBasedSqlProcessorParameters 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.
Parameters for RelationalParameterBasedSqlProcessor.
public sealed class RelationalParameterBasedSqlProcessorParameters : IEquatable<Microsoft.EntityFrameworkCore.Query.RelationalParameterBasedSqlProcessorParameters>
type RelationalParameterBasedSqlProcessorParameters = class
interface IEquatable<RelationalParameterBasedSqlProcessorParameters>
Public NotInheritable Class RelationalParameterBasedSqlProcessorParameters
Implements IEquatable(Of RelationalParameterBasedSqlProcessorParameters)
- Inheritance
-
RelationalParameterBasedSqlProcessorParameters
- Implements
Constructors
RelationalParameterBasedSqlProcessorParameters(Boolean, IReadOnlySet<String>) |
Creates a new instance of RelationalParameterBasedSqlProcessorParameters. |
Properties
ParametersToConstantize |
A collection of parameter names to constantize. |
UseRelationalNulls |
A value indicating if relational nulls should be used. |
Methods
<Clone>$() | |
Equals(Object) | |
Equals(RelationalParameterBasedSqlProcessorParameters) | |
GetHashCode() | |
ToString() |
Operators
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Entity Framework