Share via


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

Name Description
ModificationFunctionResultBinding(String, EdmProperty)

Initializes a new ModificationFunctionResultBinding instance.

Properties

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.

Methods

Name Description
ToString()

Returns a string that represents the current object.

Applies to