RelationalParameterBasedSqlProcessor Konstruktor

Definicja

Tworzy nowe wystąpienie klasy RelationalParameterBasedSqlProcessor.

public RelationalParameterBasedSqlProcessor (Microsoft.EntityFrameworkCore.Query.RelationalParameterBasedSqlProcessorDependencies dependencies, bool useRelationalNulls);
new Microsoft.EntityFrameworkCore.Query.RelationalParameterBasedSqlProcessor : Microsoft.EntityFrameworkCore.Query.RelationalParameterBasedSqlProcessorDependencies * bool -> Microsoft.EntityFrameworkCore.Query.RelationalParameterBasedSqlProcessor
Public Sub New (dependencies As RelationalParameterBasedSqlProcessorDependencies, useRelationalNulls As Boolean)

Parametry

dependencies
RelationalParameterBasedSqlProcessorDependencies

Obiekt parametru zawierający zależności dla tej klasy.

useRelationalNulls
Boolean

Wartość logiczna wskazująca, czy należy użyć relacyjnych wartości null.

Dotyczy