EntityModelSchemaGenerator.GenerateMetadata 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.
Generates the conceptual model metadata information and returns any schema errors.
Overloads
GenerateMetadata() |
Generates the conceptual model metadata information and returns any schema errors. |
GenerateMetadata(Version) |
Generates the conceptual model metadata information and returns any schema errors. |
GenerateMetadata()
Generates the conceptual model metadata information and returns any schema errors.
public:
System::Collections::Generic::IList<System::Data::Metadata::Edm::EdmSchemaError ^> ^ GenerateMetadata();
public System.Collections.Generic.IList<System.Data.Metadata.Edm.EdmSchemaError> GenerateMetadata ();
member this.GenerateMetadata : unit -> System.Collections.Generic.IList<System.Data.Metadata.Edm.EdmSchemaError>
Public Function GenerateMetadata () As IList(Of EdmSchemaError)
Returns
A collection of schema error objects.
Applies to
GenerateMetadata(Version)
Generates the conceptual model metadata information and returns any schema errors.
public:
System::Collections::Generic::IList<System::Data::Metadata::Edm::EdmSchemaError ^> ^ GenerateMetadata(Version ^ targetEntityFrameworkVersion);
public System.Collections.Generic.IList<System.Data.Metadata.Edm.EdmSchemaError> GenerateMetadata (Version targetEntityFrameworkVersion);
member this.GenerateMetadata : Version -> System.Collections.Generic.IList<System.Data.Metadata.Edm.EdmSchemaError>
Public Function GenerateMetadata (targetEntityFrameworkVersion As Version) As IList(Of EdmSchemaError)
Parameters
- targetEntityFrameworkVersion
- Version
The property of EntityFrameworkVersions that corresponds to the targeted version of the Entity Framework.
Returns
A collection of schema error objects.