Click or drag to resize
SqlHelperEnsureMissingColumns Method (IListString)
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(
	IList<string> columnLists
)

Parameters

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