Click or drag to resize
DataRowContainer Constructor (DataRow)
Creates new instance of DataRowContainer.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public DataRowContainer(
	DataRow dr
)

Parameters

dr
Type: System.DataDataRow
DataRow object to be encapsulated
See Also