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

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

Parameters

columnName
Type: SystemString
Column name

Return Value

Type: IInfoObjectCollectionTInfo

Implements

IInfoObjectCollectionTInfoGetSubsetWhereNotEmpty(String)
See Also