DataRowContainer Constructor (DataRow) |
Creates new instance of DataRowContainer.
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax public DataRowContainer(
DataRow dr
)
Parameters
- dr
- Type: System.DataDataRow
DataRow object to be encapsulated
See Also