SqlEditControlParseView Method |
Extracts view name and code from SQL query.
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 12.0.0
Syntax protected static bool ParseView(
string query,
out string name,
out string body,
out bool withBinding
)
Parameters
- query
- Type: SystemString
Entire SQL query from DB - name
- Type: SystemString
View name - body
- Type: SystemString
View body - withBinding
- Type: SystemBoolean
WITHBINDING modifier
Return Value
Type:
BooleanSee Also