C# Class DbDictExport.Core.Common.Extentions

Mostrar archivo Open project: NeilQ/DbDictExport

Public Methods

Method Description
ToDataTable ( this columnList ) : DataTable

To the data table.

Method Details

ToDataTable() public static method

To the data table.
public static ToDataTable ( this columnList ) : DataTable
columnList this The column list.
return System.Data.DataTable