Freigeben über


ScalarPropertyMapping(EdmProperty, EdmProperty) Konstruktor

Definition

Erstellt eine Zuordnung zwischen einer einfachen Eigenschaft und einer Spalte.

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)

Parameter

property
EdmProperty

Die zu zuordnende Eigenschaft.

column
EdmProperty

Die spalte, die zugeordnet werden soll.

Gilt für: