Share via


ScalarPropertyMapping(EdmProperty, EdmProperty) Constructor

Definition

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.

Applies to