 | NewsCategory.FillRow Method |
Fills the row.
Namespace:
Dynamicweb.News
Assembly:
Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntaxprotected override void FillRow(
DataRow row
)
Protected Overrides Sub FillRow (
row As DataRow
)
Parameters
- row
- Type: System.Data.DataRow
The row.
See Also