ModificationFunctionResultBinding Class

 

Defines a binding from a named result set column to a member taking the value.

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

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

public sealed class ModificationFunctionResultBinding : MappingItem

NameDescription
System_CAPS_pubmethodModificationFunctionResultBinding(String, EdmProperty)

Initializes a new instance of the ModificationFunctionResultBinding class.

NameDescription
System_CAPS_pubpropertyColumnName

Gets the name of the column to bind from the function result set.

System_CAPS_pubpropertyProperty

Gets the property to be set on the entity.

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.