ModificationFunctionResultBinding(String, EdmProperty) Constructor
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.
Initializes a new ModificationFunctionResultBinding instance.
public ModificationFunctionResultBinding (string columnName, System.Data.Entity.Core.Metadata.Edm.EdmProperty property);
new System.Data.Entity.Core.Mapping.ModificationFunctionResultBinding : string * System.Data.Entity.Core.Metadata.Edm.EdmProperty -> System.Data.Entity.Core.Mapping.ModificationFunctionResultBinding
Public Sub New (columnName As String, property As EdmProperty)
Parameters
- columnName
- String
The name of the column to bind from the function result set.
- property
- EdmProperty
The property to be set on the entity.
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