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