DbXmlEnabledProviderManifest.GetStoreFunctions 方法

定义

返回提供程序支持的函数列表。

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

返回

包含提供程序支持的函数列表的类型 ReadOnlyCollection<T> 集合。

注解

此(不可为 null)方法不返回用户定义的函数。 如果提供程序不支持任何函数,此方法将返回一个空集合。

适用于