ModificationFunctionResultBinding Class
Defines a binding from a named result set column to a member taking the value.
Assembly: EntityFramework (in EntityFramework.dll)
System.Object
System.Data.Entity.Core.Mapping.MappingItem
System.Data.Entity.Core.Mapping.ModificationFunctionResultBinding
System.Data.Entity.Core.Mapping.MappingItem
System.Data.Entity.Core.Mapping.ModificationFunctionResultBinding
Name | Description | |
---|---|---|
![]() | ModificationFunctionResultBinding(String, EdmProperty) | Initializes a new instance of the ModificationFunctionResultBinding class. |
Name | Description | |
---|---|---|
![]() | ColumnName | Gets the name of the column to bind from the function result set. |
![]() | Property | Gets the property to be set on the entity. |
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.