MappingBase Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the base item class for all the mapping metadata
public abstract class MappingBase : System.Data.Entity.Core.Metadata.Edm.GlobalItem
type MappingBase = class
inherit GlobalItem
Public MustInherit Class MappingBase
Inherits GlobalItem
- Inheritance
- Derived
Properties
BuiltInTypeKind |
Gets the built-in type kind for this type. (Inherited from MetadataItem) |
Documentation |
Gets or sets the documentation associated with this type. (Inherited from MetadataItem) |
MetadataProperties |
Gets the list of properties of the current type. (Inherited from MetadataItem) |
Methods
AddAnnotation(String, Object) |
Adds or updates an annotation with the specified name and value. (Inherited from MetadataItem) |
RemoveAnnotation(String) |
Removes an annotation with the specified name. (Inherited from MetadataItem) |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework