Click or drag to resize
InfoObjectCollectionTInfoGetSubsetWhereNotEmpty Method

Note: This API is now obsolete.

Returns the clone of the collection with specified column not being empty

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Method was not intended for public use and will be removed in the next version.")]
public virtual IInfoObjectCollection<TInfo> GetSubsetWhereNotEmpty(
	string columnName
)

Parameters

columnName
Type: SystemString
Column name

Return Value

Type: IInfoObjectCollectionTInfo

Implements

IInfoObjectCollectionTInfoGetSubsetWhereNotEmpty(String)
See Also