Share via


RelationalParameterBasedSqlProcessorParameters Class

Definition

[System.Runtime.CompilerServices.Nullable(0)]
public sealed class RelationalParameterBasedSqlProcessorParameters : IEquatable<Microsoft.EntityFrameworkCore.Query.RelationalParameterBasedSqlProcessorParameters>
[<System.Runtime.CompilerServices.Nullable(0)>]
type RelationalParameterBasedSqlProcessorParameters = class
    interface IEquatable<RelationalParameterBasedSqlProcessorParameters>
Public NotInheritable Class RelationalParameterBasedSqlProcessorParameters
Implements IEquatable(Of RelationalParameterBasedSqlProcessorParameters)
Inheritance
RelationalParameterBasedSqlProcessorParameters
Attributes
Implements

Constructors

Name Description
RelationalParameterBasedSqlProcessorParameters(Boolean, IReadOnlySet<String>)

Creates a new instance of RelationalParameterBasedSqlProcessorParameters.

RelationalParameterBasedSqlProcessorParameters(Boolean, ParameterTranslationMode)

Creates a new instance of RelationalParameterBasedSqlProcessorParameters.

Properties

Name Description
CollectionParameterTranslationMode

Which parametrized collection translation mode should be used.

ParametersToConstantize

A collection of parameter names to constantize.

UseRelationalNulls

A value indicating if relational nulls should be used.

Methods

Name Description
<Clone>$()
Equals(Object)
Equals(RelationalParameterBasedSqlProcessorParameters)
GetHashCode()
ToString()

Operators

Name Description
Equality(RelationalParameterBasedSqlProcessorParameters, RelationalParameterBasedSqlProcessorParameters)
Inequality(RelationalParameterBasedSqlProcessorParameters, RelationalParameterBasedSqlProcessorParameters)

Applies to