Click or drag to resize
SqlHelperEnsureMissingColumns Method (ICollectionListString)
Ensures the missing columns in the given lists of columns

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

Parameters

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