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
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.