'DeclarationPublic Overrides NotOverridable Function GetStoreTypes() As System.Collections.ObjectModel.ReadOnlyCollection(Of PrimitiveType)
'UsageDim instance As VistaDBProviderManifest Dim value As System.Collections.ObjectModel.ReadOnlyCollection(Of PrimitiveType) value = instance.GetStoreTypes()
public override System.Collections.ObjectModel.ReadOnlyCollection<PrimitiveType> GetStoreTypes()
Return Value
The set of types supported by the data source.A collection of type System.Collections.ObjectModel.ReadOnlyCollection`1 that contains the list of primitive types supported by the storage provider.