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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Entity Framework