EntityFrameworkVersions.GetSchemaXsd(Version, DataSpace) Method
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.
Returns a stream of the XSD that corresponds to the specified Entity Framework version, with default model names as specified in the dataSpace
parameter.
public:
static System::IO::Stream ^ GetSchemaXsd(Version ^ entityFrameworkVersion, System::Data::Metadata::Edm::DataSpace dataSpace);
public static System.IO.Stream GetSchemaXsd (Version entityFrameworkVersion, System.Data.Metadata.Edm.DataSpace dataSpace);
static member GetSchemaXsd : Version * System.Data.Metadata.Edm.DataSpace -> System.IO.Stream
Public Shared Function GetSchemaXsd (entityFrameworkVersion As Version, dataSpace As DataSpace) As Stream
Parameters
- entityFrameworkVersion
- Version
The property of EntityFrameworkVersions that corresponds to the targeted version of the Entity Framework.
Returns
A Stream of the XSD that corresponds to the specified Entity Framework version and DataSpace.
Applies to
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.