Show / Hide Table of Contents

Class ListExtensions

Enhances the object list's

Inheritance
object
ListExtensions
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Sartorius.SAF.Extensions
Assembly: Sartorius.SAF.dll
Syntax
public static class ListExtensions

Methods

View Source

ToDataTable<T>(IList<T>)

Extension Method - converts a list to a table. cave: even complex structured are converted. Extension Method

Declaration
public static DataTable ToDataTable<T>(this IList<T> objectList)
Parameters
Type Name Description
IList<T> objectList

The obj. type of: IList<T>

Returns
Type Description
DataTable
Type Parameters
Name Description
T
  • View Source
Back to top Generated by DocFX