| ChannelFillRow Method |
Fills the given
DataRow object with object state values.
Namespace: Dynamicweb.Content.SocialAssembly: Dynamicweb (in Dynamicweb.dll) Version: 9.6.0
Syntax protected override void FillRow(
DataRow row
)
Protected Overrides Sub FillRow (
row As DataRow
)
Parameters
- row
- Type: System.DataDataRow
Row to write data into.
Remarks See Also