Click or drag to resize
SqlEditControlParseView Method
Extracts view name and code from SQL query.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax
C#
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: Boolean
See Also