Database.EnumMatchingSPs Method
Include Protected Members
Include Inherited Members
Enumerates a list of stored procedures that contain the specified string in the definition.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
EnumMatchingSPs(String) | Enumerates a list of stored procedures that contain the specified string in the definition. | |
EnumMatchingSPs(String, Boolean) | Enumerates a list of stored procedures that contain the specified string in the definition. |
Top