次の方法で共有


EntityViewGenerator.Validate メソッド

定義

StorageMappingItemCollection を検証します。

オーバーロード

Validate(StorageMappingItemCollection)

StorageMappingItemCollection を検証します。

Validate(StorageMappingItemCollection, Version)

StorageMappingItemCollection を検証します。

Validate(StorageMappingItemCollection)

重要

この API は CLS 準拠ではありません。

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)

パラメーター

戻り値

生成されたエラーを含むリスト。

属性

適用対象

Validate(StorageMappingItemCollection, Version)

重要

この API は CLS 準拠ではありません。

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)

パラメーター

targetEntityFrameworkVersion
Version

対象となるバージョンの Entity Framework に対応する EntityFrameworkVersions のプロパティ。

戻り値

検証エラーを含むリスト。

属性

適用対象