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) 方法返回空集合。

适用于