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


In This Topic
    GetStoreFunctions Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overrides NotOverridable Function GetStoreFunctions() As System.Collections.ObjectModel.ReadOnlyCollection(Of EdmFunction)
    'Usage
     
    
    Dim instance As VistaDBProviderManifest
    Dim value As System.Collections.ObjectModel.ReadOnlyCollection(Of EdmFunction)
     
    value = instance.GetStoreFunctions()
    public override System.Collections.ObjectModel.ReadOnlyCollection<EdmFunction> GetStoreFunctions()
    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