ModificationFunctionResultBinding Class

Definition

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
ModificationFunctionResultBinding

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