VistaDB 6
VistaDB.Entity Namespace / VistaDBProviderManifest Class / GetStoreTypes Method


In This Topic
    GetStoreTypes Method
    In This Topic
    When overridden in a derived class, returns the set of primitive types supported by the data source.Returns the list of primitive types supported by the storage provider.
    Syntax
    'Declaration
     
    
    Public Overrides NotOverridable Function GetStoreTypes() As System.Collections.ObjectModel.ReadOnlyCollection(Of PrimitiveType)
    'Usage
     
    
    Dim 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.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also