ModificationFunctionMapping.ResultBindings 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 the results of function evaluation.
public System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Entity.Core.Mapping.ModificationFunctionResultBinding> ResultBindings { get; }
member this.ResultBindings : System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Entity.Core.Mapping.ModificationFunctionResultBinding>
Public ReadOnly Property ResultBindings As ReadOnlyCollection(Of ModificationFunctionResultBinding)