| CustomFieldSpecific Constructor (IDataReader, Int32) |
Namespace:
Dynamicweb.News.Common.CustomFields
Assembly:
Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntax public CustomFieldSpecific(
IDataReader reader,
int groupId
)
Public Sub New (
reader As IDataReader,
groupId As Integer
)
Parameters
- reader
- Type: System.DataIDataReader
The reader. - groupId
- Type: SystemInt32
The group id.
See Also