Share via


StructuralTypeMapping Class

Definition

Specifies a structural type mapping.

public abstract class StructuralTypeMapping : System.Data.Entity.Core.Mapping.MappingItem
type StructuralTypeMapping = class
    inherit MappingItem
Public MustInherit Class StructuralTypeMapping
Inherits MappingItem
Inheritance
StructuralTypeMapping
Derived

Constructors

StructuralTypeMapping()

Properties

Conditions

Gets a read-only collection of property mapping conditions.

PropertyMappings

Gets a read-only collection of property mappings.

Methods

AddCondition(ConditionPropertyMapping)

Adds a property mapping condition.

AddPropertyMapping(PropertyMapping)

Adds a property mapping.

RemoveCondition(ConditionPropertyMapping)

Removes a property mapping condition.

RemovePropertyMapping(PropertyMapping)

Removes a property mapping.

Applies to