[]
Gets the text fields of the items of this data collection.
public static IEnumerable<string> GetTextFields<T>(this IDataCollection<T> dataCollection, bool includeNumbers = true) where T : class?
Type | Name | Description |
---|---|---|
IDataCollection<T> | dataCollection | The data collection. |
bool | includeNumbers | if set to |
Type | Description |
---|---|
IEnumerable<string> |
Name | Description |
---|---|
T |