SqlEditControlSaveObject Method |
Runs edited view or stored procedure.
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 12.0.0
Syntax protected string SaveObject(
string objName,
string param,
string body,
bool binding,
string indexes
)
Parameters
- objName
- Type: SystemString
Object name - param
- Type: SystemString
Stored procedure parameters - body
- Type: SystemString
Procedure or view body - binding
- Type: SystemBoolean
Schema binding flag for views - indexes
- Type: SystemString
Schema bound indexes
Return Value
Type:
StringSee Also