Click or drag to resize
DataExtensionsCheckRequiredColumns Method
Returns true if given list of columns do not have null values in the object

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntax
C#
public static bool CheckRequiredColumns(
	this ISimpleDataContainer obj,
	params string[] columns
)

Parameters

obj
Type: CMS.BaseISimpleDataContainer
Object
columns
Type: SystemString
List of columns to check

Return Value

Type: Boolean

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type ISimpleDataContainer. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also