[]
        
(Showing Draft Content)

C1.DataCollection.C1DataCollection-1.AsPlain

AsPlain Method

AsPlain()

Returns a IDataCollection<T> whose group items are inline with the data items. Otherwise the collection return the first level of groups and its items must be get from each of the group items.

Declaration
public IDataCollection<object?> AsPlain()
Returns
Type Description
IDataCollection<object>