Represents the strongly named DataTable class.

Namespace:  EPiServer.Common.Reporting
Assembly:  EPiServer.Common.Framework.Impl (in EPiServer.Common.Framework.Impl.dll) Version: 2.3.517.275

Syntax

C#
[SerializableAttribute]
[GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
[XmlSchemaProviderAttribute("GetTypedTableSchema")]
public class FileDataTable : DataTable, 
	IEnumerable

Inheritance Hierarchy

System..::.Object
  System.ComponentModel..::.MarshalByValueComponent
    System.Data..::.DataTable
      EPiServer.Common.Reporting..::.ReportedContent..::.FileDataTable

See Also