how to get List Of User Defined Functions using OleDbSchemaGuid in c#?
A:
You use OleDbSchemaGuid.Procedures
with the GetOleDbSchemaTable
method. The value of the restriction column in the resulting data set will be DB_PT_FUNCTION if the procedure returns a function.
YWE
2010-09-09 22:24:45