ResourceStringInfoLoadFromDataRow Method |
Loads the object data from given DataRow.
Namespace: CMS.LocalizationAssembly: CMS.Localization (in CMS.Localization.dll) Version: 8.2.23
Syntax protected override void LoadFromDataRow(
DataRow dr
)
Parameters
- dr
- Type: System.DataDataRow
Data row with the data
See Also