Click or drag to resize
ITableManagerGetCode Method
Returns SQL code of specified view or stored procedure.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
string GetCode(
	string name
)

Parameters

name
Type: SystemString
Name of the view or stored procedure

Return Value

Type: String
See Also