ModificationFunctionMapping Class

 

Describes modification function binding for change processing of entities or associations.

Namespace:   System.Data.Entity.Core.Mapping
Assembly:  EntityFramework (in EntityFramework.dll)

System.Object
  System.Data.Entity.Core.Mapping.MappingItem
    System.Data.Entity.Core.Mapping.ModificationFunctionMapping

public sealed class ModificationFunctionMapping : MappingItem

NameDescription
System_CAPS_pubpropertyFunction

Gets Metadata of function to which we should bind.

System_CAPS_pubpropertyParameterBindings

Gets bindings for function parameters.

System_CAPS_pubpropertyResultBindings

Gets bindings for the results of function evaluation.

System_CAPS_pubpropertyRowsAffectedParameter

Gets the output parameter producing number of rows affected. May be null.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

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.