Click or drag to resize

CustomLINQtoDataSetMethodsCopyToDataTable2T(IEnumerableT) Method


Namespace: Seal.Helpers
Assembly: SealLibrary (in SealLibrary.dll) Version: 8.0.0.0+c5a14bc14715399f60fcf611201a5e8ad953fbc3
Syntax
C#
public static DataTable CopyToDataTable2<T>(
	this IEnumerable<T> source
)

Parameters

source  IEnumerableT
 

Type Parameters

T

Return Value

DataTable

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IEnumerableT. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also