This topic has not yet been rated - Rate this topic

System.Data.Entity.Design Namespace

The System.Data.Entity.Design namespace contains classes to generate Entity Data Model (EDM) files and object source code.

The System.Data.Entity.Design classes support the EDM tools. For more information about the EDM tools, see Entity Data Model Tools.

  Class Description
Public class EdmToObjectNamespaceMap Represents a collection of conceptual model to code namespace mappings.
Public class EntityClassGenerator Generates object context and entity classes (object layer code) from conceptual schema definition language (CSDL) files.
Public class EntityCodeGenerator Generates object layer source code from conceptual schema definition language (CSDL).
Public class EntityFrameworkVersions Provides information about different versions of the Entity Framework.
Public class EntityModelSchemaGenerator Generates conceptual schema definition language (CSDL) and mapping specification language (MSL), based on store schema definition language (SSDL).
Public class EntityStoreSchemaFilterEntry Represents a single filter entry. The filter is used to allow or exclude particular database objects during generation.
Public class EntityStoreSchemaGenerator Provides methods and properties for loading database schema information and generating store schema definition language (SSDL).
Public class EntityViewGenerator Generates views for the extents in the StorageMappingItemCollection, and creates a source code file for a type that will cache these views.
Public class MetadataItemCollectionFactory Represents a set of methods for creating metadata ItemCollection instances.
Public class PropertyGeneratedEventArgs Provides data for the OnPropertyGenerated event.
Public class TypeGeneratedEventArgs Provides data for the OnTypeGenerated event.
  Delegate Description
Public delegate PropertyGeneratedEventHandler Represents the method that will handle the OnPropertyGenerated event.
Public delegate TypeGeneratedEventHandler Represents the method that will handle the OnTypeGenerated event.
  Enumeration Description
Public enumeration EntityStoreSchemaFilterEffect Specifies whether to allow or exclude database objects that match the pattern specified in the EntityStoreSchemaFilterEntry.
Public enumeration EntityStoreSchemaFilterObjectTypes Specifies the store object type to apply the schema filter to.
Public enumeration LanguageOption Specifies the language for the generated code.
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ