Dynamicweb 8 Documentation
FillRow Method (GroupFilterSetting)

An instance of the System.Data.DataRow object to write data to.
Fills the given System.Data.DataRow object with property values of the current object.
Syntax
'Declaration
 
Protected Overrides Sub FillRow( _ 
   ByVal row As DataRow _ 
) 
protected override void FillRow( 
   DataRow row 
)

Parameters

row
An instance of the System.Data.DataRow object to write data to.
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

GroupFilterSetting Class
GroupFilterSetting Members
Base Implementation in FillRow

Send Feedback