ModificationFunctionMapping Class
Describes modification function binding for change processing of entities or associations.
Assembly: EntityFramework (in EntityFramework.dll)
System.Object
System.Data.Entity.Core.Mapping.MappingItem
System.Data.Entity.Core.Mapping.ModificationFunctionMapping
System.Data.Entity.Core.Mapping.MappingItem
System.Data.Entity.Core.Mapping.ModificationFunctionMapping
Name | Description | |
---|---|---|
![]() | ModificationFunctionMapping(EntitySetBase, EntityTypeBase, EdmFunction, IEnumerable<ModificationFunctionParameterBinding>, FunctionParameter, IEnumerable<ModificationFunctionResultBinding>) | Initializes a new instance of the ModificationFunctionMapping class. |
Name | Description | |
---|---|---|
![]() | 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 the output parameter producing number of rows affected. May be null. |
Name | Description | |
---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | Converts the value of this instance to its equivalent string representation.(Overrides Object.ToString().) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.