Click or drag to resize
SqlHelper.EnsureMissingColumns Method (ICollection<List<String>>)
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.Generic.ICollection<List<String>>
Input lists of columns
See Also