Click or drag to resize

CustomFieldSpecific Constructor (IDataReader, Int32)

Initializes a new instance of the CustomFieldSpecific class.

Namespace:  Dynamicweb.News.Common.CustomFields
Assembly:  Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntax
public CustomFieldSpecific(
	IDataReader reader,
	int groupId
)

Parameters

reader
Type: System.DataIDataReader
The reader.
groupId
Type: SystemInt32
The group id.
See Also