संपादन करना

के माध्यम से साझा करें


EntityFrameworkVersions Class

Definition

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

Name Description
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

Name Description
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 dataSpace parameter.

Applies to