System.Data.Entity.Core.Common Namespace
The System.Data.Entity.Core.Common contains classes that provides data core functionality of entity framework.
Class | Description | |
---|---|---|
![]() | DataRecordInfo | DataRecordInfo class providing a simple way to access both the type information and the column information. |
![]() | DbCommandDefinition | Represents a prepared command definition, can be cached and reused to avoid repreparing a command. |
![]() | DbProviderManifest | Metadata Interface for all CLR types types |
![]() | DbProviderServices | The factory for building command definitions; use the type of this object as the argument to the IServiceProvider.GetService method on the provider factory; |
![]() | DbXmlEnabledProviderManifest | A specialization of the ProviderManifest that accepts an XmlReader |
![]() | EntityRecordInfo | EntityRecordInfo class providing a simple way to access both the type information and the column information. |
Structure | Description | |
---|---|---|
![]() | FieldMetadata | FieldMetadata class providing the correlation between the column ordinals and MemberMetadata. |