EntityFrameworkVersions 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.
Provides information about different versions of the Entity Framework.
public ref class EntityFrameworkVersions abstract sealed
public static class EntityFrameworkVersions
type EntityFrameworkVersions = class
Public Class EntityFrameworkVersions
- Inheritance
-
EntityFrameworkVersions
Fields
Version1 |
A read-only property that represents version 1 of the Entity Framework. |
Version2 |
A read-only property that represents version 2 of the Entity Framework. |
Version3 |
A read-only property that represents version 3 of the Entity Framework. |
Methods
GetSchemaXsd(Version, DataSpace) |
Returns a stream of the XSD that corresponds to the specified Entity Framework version, with default model names as specified in the |