次の方法で共有


QueryCompilationContext.ParametersToConstantize Property

Definition

Names of parameters on which Constant<T>(T) was used. Such parameters are later transformed into constants.

This property is typically used by database providers (and other extensions). It is generally not used in application code.

public virtual System.Collections.Generic.ISet<string> ParametersToConstantize { get; }
member this.ParametersToConstantize : System.Collections.Generic.ISet<string>
Public Overridable ReadOnly Property ParametersToConstantize As ISet(Of String)

Property Value

Applies to