Click or drag to resize
ObjectTypeInfoGetFirstKnownColumn Method
Gets the first known column from the given list of columns

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public static string GetFirstKnownColumn(
	params string[] columns
)

Parameters

columns
Type: SystemString
Columns to select from

Return Value

Type: String
See Also