SqlEditControlParseProcedure Method |
Extracts stored procedure name and body from SQL query.
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 12.0.0
Syntax protected static bool ParseProcedure(
string query,
out string name,
out string param,
out string body
)
Parameters
- query
- Type: SystemString
Entire SQL query from DB - name
- Type: SystemString
Procedure name - param
- Type: SystemString
Parameters - body
- Type: SystemString
Procedure body
Return Value
Type:
BooleanSee Also