Click or drag to resize
INamedEnumerableT Methods

The INamedEnumerableT generic type exposes the following members.

Methods
  NameDescription
Public methodGetObjectName
Returns the name of the given object
(Inherited from INamedEnumerable.)
Top
Extension Methods
  NameDescription
Public Extension MethodBatchT
Returns input in batches of batchSize size.
(Defined by BaseExtensions.)
Public Extension MethodGetNamedEnumeratorT
Name enumerator over a collection
(Defined by DataExtensions.)
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