DeviceProfileInfo Constructor (DataRow) |
Constructor - Creates a new DeviceInfo object from the given DataRow.
Namespace: CMS.DeviceProfilesAssembly: CMS.DeviceProfiles (in CMS.DeviceProfiles.dll) Version: 11.0.0
Syntax public DeviceProfileInfo(
DataRow dr
)
Parameters
- dr
- Type: System.DataDataRow
DataRow with the object data.
See Also