Click or drag to resize
SocialTaskFill Method
Fills this instance with data from the specified datareader.

Namespace: Dynamicweb.Content.Social
Assembly: Dynamicweb (in Dynamicweb.dll) Version: 9.6.0
Syntax
public override void Fill(
	IDataReader reader
)

Parameters

reader
Type: System.DataIDataReader
The data reader.
See Also