EntityViewGenerator.Validate Methode

Definition

Überprüft ein StorageMappingItemCollection.

Überlädt

Validate(StorageMappingItemCollection)

Wichtig

Diese API ist nicht CLS-kompatibel.

Überprüft ein StorageMappingItemCollection.

public:
 static System::Collections::Generic::IList<System::Data::Metadata::Edm::EdmSchemaError ^> ^ Validate(System::Data::Mapping::StorageMappingItemCollection ^ mappingCollection);
public static System.Collections.Generic.IList<System.Data.Metadata.Edm.EdmSchemaError> Validate(System.Data.Mapping.StorageMappingItemCollection mappingCollection);
[System.CLSCompliant(false)]
public static System.Collections.Generic.IList<System.Data.Metadata.Edm.EdmSchemaError> Validate(System.Data.Mapping.StorageMappingItemCollection mappingCollection);
static member Validate : System.Data.Mapping.StorageMappingItemCollection -> System.Collections.Generic.IList<System.Data.Metadata.Edm.EdmSchemaError>
[<System.CLSCompliant(false)>]
static member Validate : System.Data.Mapping.StorageMappingItemCollection -> System.Collections.Generic.IList<System.Data.Metadata.Edm.EdmSchemaError>
Public Shared Function Validate (mappingCollection As StorageMappingItemCollection) As IList(Of EdmSchemaError)

Parameter

mappingCollection
StorageMappingItemCollection

Der StorageMappingItemCollection zu überprüfende

Gibt zurück

Eine Liste, die alle generierten Fehler enthält.

Attribute

Gilt für:

Validate(StorageMappingItemCollection, Version)

Wichtig

Diese API ist nicht CLS-kompatibel.

Überprüft ein StorageMappingItemCollection.

public:
 static System::Collections::Generic::IList<System::Data::Metadata::Edm::EdmSchemaError ^> ^ Validate(System::Data::Mapping::StorageMappingItemCollection ^ mappingCollection, Version ^ targetEntityFrameworkVersion);
[System.CLSCompliant(false)]
public static System.Collections.Generic.IList<System.Data.Metadata.Edm.EdmSchemaError> Validate(System.Data.Mapping.StorageMappingItemCollection mappingCollection, Version targetEntityFrameworkVersion);
[<System.CLSCompliant(false)>]
static member Validate : System.Data.Mapping.StorageMappingItemCollection * Version -> System.Collections.Generic.IList<System.Data.Metadata.Edm.EdmSchemaError>
Public Shared Function Validate (mappingCollection As StorageMappingItemCollection, targetEntityFrameworkVersion As Version) As IList(Of EdmSchemaError)

Parameter

mappingCollection
StorageMappingItemCollection

Der StorageMappingItemCollection zu überprüfende

targetEntityFrameworkVersion
Version

Die Eigenschaft, die EntityFrameworkVersions der Zielversion des Entity Framework entspricht.

Gibt zurück

Eine Liste, die alle Überprüfungsfehler enthält.

Attribute

Gilt für: