Click or drag to resize
SqlHelperEnsureMissingColumns Method (ICollectionQueryColumnList)
Ensures the missing columns in the given collection of QueryColumnList instances

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public static void EnsureMissingColumns(
	ICollection<QueryColumnList> columnLists
)

Parameters

columnLists
Type: System.Collections.GenericICollectionQueryColumnList
Input lists of columns
See Also