Dynamicweb 8 Documentation
FieldOption Constructor(IDataReader)

An instance of System.Data.IDataReader object to retrieve data from.
Initializes a new instance of an object.
Syntax
'Declaration
 
Public Function New( _ 
   ByVal reader As IDataReader _ 
)
public FieldOption( 
   IDataReader reader 
)

Parameters

reader
An instance of System.Data.IDataReader object to retrieve data from.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

FieldOption Class
FieldOption Members
Overload List

Send Feedback