| SocialTaskFill Method |
Fills this instance with data from the specified datareader.
Namespace: Dynamicweb.Content.SocialAssembly: Dynamicweb (in Dynamicweb.dll) Version: 9.6.0
Syntax public override void Fill(
IDataReader reader
)
Public Overrides Sub Fill (
reader As IDataReader
)
Parameters
- reader
- Type: System.DataIDataReader
The data reader.
See Also