Function 如何在c#中使用OleDbSchemaGuid获取用户定义函数的列表?

Function 如何在c#中使用OleDbSchemaGuid获取用户定义函数的列表?,function,defined,Function,Defined,如何在c#?中使用OleDbSchemaGuid获取用户定义函数的列表您可以使用OleDbSchemaGuid.Procedures和GetOleDbSchemaTable方法。如果过程返回函数,则结果数据集中限制列的值将为DB_PT_FUNCTION

如何在c#?

中使用OleDbSchemaGuid获取用户定义函数的列表您可以使用
OleDbSchemaGuid.Procedures
GetOleDbSchemaTable
方法。如果过程返回函数,则结果数据集中限制列的值将为DB_PT_FUNCTION