ModificationFunctionMapping.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.
Gets bindings for function parameters.
public System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Entity.Core.Mapping.ModificationFunctionParameterBinding> ParameterBindings { get; }
member this.ParameterBindings : System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Entity.Core.Mapping.ModificationFunctionParameterBinding>
Public ReadOnly Property ParameterBindings As ReadOnlyCollection(Of ModificationFunctionParameterBinding)