ModificationFunctionResultBinding Constructor (String, EdmProperty)

 

Initializes a new instance of the ModificationFunctionResultBinding class.

Namespace:   System.Data.Entity.Core.Mapping
Assembly:  EntityFramework (in EntityFramework.dll)

public ModificationFunctionResultBinding(
	string columnName,
	EdmProperty property
)

Parameters

columnName
Type: System.String

The name of the column to bind from the function result set.

property
Type: System.Data.Entity.Core.Metadata.Edm.EdmProperty

The property to be set on the entity.