ModificationFunctionResultBinding 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.
Defines a binding from a named result set column to a member taking the value.
public sealed class ModificationFunctionResultBinding : System.Data.Entity.Core.Mapping.MappingItem
type ModificationFunctionResultBinding = class
inherit MappingItem
Public NotInheritable Class ModificationFunctionResultBinding
Inherits MappingItem
- Inheritance
Constructors
ModificationFunctionResultBinding(String, EdmProperty) |
Initializes a new ModificationFunctionResultBinding instance. |
Properties
ColumnName |
Gets the name of the column to bind from the function result set. |
Property |
Gets the property to be set on the entity. |
Methods
ToString() | Returns a string that represents the current object. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework