RelationalParameterBasedSqlProcessorParameters Class

Definition

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

Equality(RelationalParameterBasedSqlProcessorParameters, RelationalParameterBasedSqlProcessorParameters)
Inequality(RelationalParameterBasedSqlProcessorParameters, RelationalParameterBasedSqlProcessorParameters)

Applies to