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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Entity Framework