Click or drag to resize
IInfoDataSet Interface
InfoDataSet interface

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

The IInfoDataSet type exposes the following members.

Methods
  NameDescription
Public methodGetNewObject
Gets new instance of the object hosted in this DataSet
Top
Extension Methods
  NameDescription
Public Extension MethodToJSON
Returns JSON representation of current instance of IEnumerable.
(Defined by DataExtensions.)
Public Extension MethodToXML
Returns XML representation of current instance of IEnumerable.
(Defined by DataExtensions.)
Top
See Also