ScalarPropertyMapping(EdmProperty, 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.
Creates a mapping between a simple property and a column.
public ScalarPropertyMapping(System.Data.Entity.Core.Metadata.Edm.EdmProperty property, System.Data.Entity.Core.Metadata.Edm.EdmProperty column);
new System.Data.Entity.Core.Mapping.ScalarPropertyMapping : System.Data.Entity.Core.Metadata.Edm.EdmProperty * System.Data.Entity.Core.Metadata.Edm.EdmProperty -> System.Data.Entity.Core.Mapping.ScalarPropertyMapping
Public Sub New (property As EdmProperty, column As EdmProperty)
Parameters
- property
- EdmProperty
The property to be mapped.
- column
- EdmProperty
The column to be mapped.