DbXmlEnabledProviderManifest.GetStoreTypes 方法

定义

返回存储提供程序支持的基元类型的列表。

public:
 override System::Collections::ObjectModel::ReadOnlyCollection<System::Data::Metadata::Edm::PrimitiveType ^> ^ GetStoreTypes();
public override System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Metadata.Edm.PrimitiveType> GetStoreTypes ();
override this.GetStoreTypes : unit -> System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Metadata.Edm.PrimitiveType>
Public Overrides Function GetStoreTypes () As ReadOnlyCollection(Of PrimitiveType)

返回

一个 ReadOnlyCollection<T> 类型的集合,其中包含存储提供程序支持的基元类型的列表。

注解

如果存储不支持任何类型,则此 (不可为 null) 方法将返回空集合。

适用于