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.
Validiert eine StorageMappingItemCollection.
Überlädt
Validate(StorageMappingItemCollection) |
Validiert eine StorageMappingItemCollection. |
Validate(StorageMappingItemCollection, Version) |
Validiert eine StorageMappingItemCollection. |
Validate(StorageMappingItemCollection)
Wichtig
Diese API ist nicht CLS-kompatibel.
Validiert eine 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
Die zu validierende StorageMappingItemCollection.
Gibt zurück
Eine Liste, die sämtliche generierten Fehler enthält.
- Attribute
Gilt für:
Validate(StorageMappingItemCollection, Version)
Wichtig
Diese API ist nicht CLS-kompatibel.
Validiert eine 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
Die zu validierende StorageMappingItemCollection.
- targetEntityFrameworkVersion
- Version
Die Eigenschaft von EntityFrameworkVersions, die der Zielversion des Entity Framework entspricht.
Gibt zurück
Eine Liste, die sämtliche Validierungsfehler enthält.
- Attribute