Represents a mapping condition instructing EF which entity type to map to. Used with entity inheritance (TPH) and entity splitting.
Namespace: HuagatiEDMXToolsAssembly: HuagatiEDMXTools (in HuagatiEDMXTools.dll) Version: 2.21.4044.31765
Syntax
C# |
---|
public class MappingCondition : EDMXMember,
IEDMXRemovableMember |
Visual Basic |
---|
Public Class MappingCondition _
Inherits EDMXMember _
Implements IEDMXRemovableMember |
Visual C++ |
---|
public ref class MappingCondition : public EDMXMember,
IEDMXRemovableMember |
Inheritance Hierarchy
See Also