Click or drag to resize
InfoObjectCollection<TInfo>.GetSubsetWhereNotEmpty 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#
public virtual IInfoObjectCollection<TInfo> GetSubsetWhereNotEmpty(
	string columnName
)

Parameters

columnName
Type: System.String
Column name

Return Value

Type: IInfoObjectCollection<TInfo>

Implements

IInfoObjectCollection<TInfo>.GetSubsetWhereNotEmpty(String)
See Also