Click or drag to resize
SqlHelperEnsureMissingColumns Method (IListString)

Note: This API is now obsolete.

Ensures the missing columns in the given lists of columns

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
[ObsoleteAttribute("This method will be removed from public API.")]
public static void EnsureMissingColumns(
	IList<string> columnLists
)

Parameters

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