[]
Gets the original source of the data.
public static IEnumerable? GetSource<T>(this IDataCollection<T> dataCollection) where T : class?
| Type | Name | Description |
|---|---|---|
| IDataCollection<T> | dataCollection | The data collection. |
| Type | Description |
|---|---|
| IEnumerable |
| Name | Description |
|---|---|
| T |