GlobalItem 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 metadata
public abstract class GlobalItem : System.Data.Entity.Core.Metadata.Edm.MetadataItem
type GlobalItem = class
inherit MetadataItem
Public MustInherit Class GlobalItem
Inherits MetadataItem
- 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