Click or drag to resize
IDataTableProvider Interface
Provides method for creating DataTable from given collection of IDataTransferObject.

Namespace: CMS.DataEngine.Internal
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public interface IDataTableProvider

The IDataTableProvider type exposes the following members.

Methods
  NameDescription
Public methodConvertToDataTable
Converts given objects to DataTableContainer.
Top
See Also