[]
        
(Showing Draft Content)

C1.DataCollection.IDataCollectionEx.GetTextFields

GetTextFields Method

GetTextFields<T>(IDataCollection<T>, bool)

Gets the text fields of the items of this data collection.

Declaration
public static IEnumerable<string> GetTextFields<T>(this IDataCollection<T> dataCollection, bool includeNumbers = true) where T : class?
Parameters
Type Name Description
IDataCollection<T> dataCollection

The data collection.

bool includeNumbers

if set to true it will return numeric fields.

Returns
Type Description
IEnumerable<string>
Type Parameters
Name Description
T