共用方式為


DbProviderManifest.GetStoreTypes 方法

定義

在衍生類別中覆寫時,傳回資料來源所支援的一組基本型別。

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

傳回

資料來源支援的一組型別。

適用於