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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Entity Framework