ModificationFunctionMapping Class
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.
Describes modification function binding for change processing of entities or associations.
public sealed class ModificationFunctionMapping : System.Data.Entity.Core.Mapping.MappingItem
type ModificationFunctionMapping = class
inherit MappingItem
Public NotInheritable Class ModificationFunctionMapping
Inherits MappingItem
- Inheritance
Constructors
ModificationFunctionMapping(EntitySetBase, EntityTypeBase, EdmFunction, IEnumerable<ModificationFunctionParameterBinding>, FunctionParameter, IEnumerable<ModificationFunctionResultBinding>) |
Initializes a new ModificationFunctionMapping instance. |
Properties
Function |
Gets Metadata of function to which we should bind. |
ParameterBindings |
Gets bindings for function parameters. |
ResultBindings |
Gets bindings for the results of function evaluation. |
RowsAffectedParameter |
Gets output parameter producing number of rows affected. May be null. |
Methods
ToString() | Returns a string that represents the current object. |
Applies to
Entity Framework