| CustomFieldFillObject Method |
Fills the object.
Namespace:
Dynamicweb.News.Common
Assembly:
Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntax public void FillObject(
IDataReader reader,
bool loadDropDown
)
Public Sub FillObject (
reader As IDataReader,
loadDropDown As Boolean
)
Parameters
- reader
- Type: System.DataIDataReader
The reader. - loadDropDown
- Type: SystemBoolean
if set to true [load drop down].
See Also