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
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