Click or drag to resize
IInfoObjectCollectionTInfoGetSubsetWhereNotEmpty Method
Returns the clone of the collection with specified column not being empty

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
IInfoObjectCollection<TInfo> GetSubsetWhereNotEmpty(
	string columnName
)

Parameters

columnName
Type: SystemString
Column name

Return Value

Type: IInfoObjectCollectionTInfo
See Also