Append<TSource>(IEnumerable<TSource>, TSource) Appends a value to the end of the sequence. AsEnumerable<TSource>(IEnumerable<TSource>) Returns the input typed as IEnumerable<T>. Average<TSource>(IEnumerable<T
Returns a DataTable that contains copies of the DataRow objects, given an input IEnumerable<T> object where the generic parameter T is DataRow. CopyToDataTable<T>(IEnumerable<T>, DataTable, LoadOption) Copies DataRow objects to the specified DataTable, given an input IEnumerable<T> object ...