共用方式為


DbXmlEnabledProviderManifest.GetStoreFunctions 方法

定義

傳回提供者支援的函式清單。

public override System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Entity.Core.Metadata.Edm.EdmFunction> GetStoreFunctions ();
override this.GetStoreFunctions : unit -> System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Entity.Core.Metadata.Edm.EdmFunction>
Public Overrides Function GetStoreFunctions () As ReadOnlyCollection(Of EdmFunction)

傳回

型別 ReadOnlyCollection<T> 的集合,包含提供者支援的函式清單。

適用於