InstantiationBinding.ParameterBindings Property
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.
The collection of ParameterBinding instances used.
public virtual System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.ParameterBinding> ParameterBindings { get; }
member this.ParameterBindings : System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.ParameterBinding>
Public Overridable ReadOnly Property ParameterBindings As IReadOnlyList(Of ParameterBinding)