'DeclarationPublic Overrides NotOverridable Function GetStoreFunctions() As System.Collections.ObjectModel.ReadOnlyCollection(Of EdmFunction)
'UsageDim instance As VistaDBProviderManifest Dim value As System.Collections.ObjectModel.ReadOnlyCollection(Of EdmFunction) value = instance.GetStoreFunctions()
public override System.Collections.ObjectModel.ReadOnlyCollection<EdmFunction> GetStoreFunctions()
Return Value
A collection of EDM functions.A collection of type System.Collections.ObjectModel.ReadOnlyCollection`1 that contains the list of provider-supported functions.