Click or drag to resize
SqlHelperIsSingleColumn Method
Returns true, if the query output is a single column

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public static bool IsSingleColumn(
	string columns
)

Parameters

columns
Type: SystemString

Return Value

Type: Boolean
See Also