Click or drag to resize
BaseExtensions Class
Extension methods.
Inheritance Hierarchy
SystemObject
  CMS.BaseBaseExtensions

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax
C#
public static class BaseExtensions

The BaseExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAsDataContainer
Converts a DataRow to IDataContainer. Returns null if the original data row is null.
Public methodStatic memberBatchT
Returns input in batches of batchSize size.
Public methodStatic memberReplace
Replaces a re
Top
See Also