SqlEditControlParseName Method |
Parses DB object name considering database schema.
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 12.0.0
Syntax protected static void ParseName(
string objName,
out string schema,
out string name
)
Parameters
- objName
- Type: SystemString
Object name (view or stored procedure) - schema
- Type: SystemString
DB schema - name
- Type: SystemString
Object name
See Also