EntityViewGenerator.Validate Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überprüft ein StorageMappingItemCollection.
Überlädt
| Name | Beschreibung |
|---|---|
| Validate(StorageMappingItemCollection) |
Überprüft ein StorageMappingItemCollection. |
| Validate(StorageMappingItemCollection, Version) |
Überprüft ein StorageMappingItemCollection. |
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