| EmailProfileFillRow Method |
Fills data row with the property values of the current object.
Namespace:
Dynamicweb.Analytics.Notifications
Assembly:
Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax protected override void FillRow(
DataRow row
)
Protected Overrides Sub FillRow (
row As DataRow
)
Parameters
- row
- Type: System.DataDataRow
Data row to fill.
See Also