ScalarPropertyMapping Constructor (EdmProperty, EdmProperty)

 

Creates a mapping between a simple property and a column.

Namespace:   System.Data.Entity.Core.Mapping
Assembly:  EntityFramework (in EntityFramework.dll)

public ScalarPropertyMapping(
	EdmProperty property,
	EdmProperty column
)

Parameters

property
Type: System.Data.Entity.Core.Metadata.Edm.EdmProperty

The property to be mapped.

column
Type: System.Data.Entity.Core.Metadata.Edm.EdmProperty

The column to be mapped.