Database.EnumMatchingSPs Method
Include Protected Members
Include Inherited Members
Enumerates a list of stored procedures that contain the specified string in the definition.
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