Version

DataSourceObject Constructor(FlatDataBoundControl,Object)

Accepts a data source at its creation point.
Syntax
'Declaration
 
Public Function New( _
   ByVal owner As FlatDataBoundControl, _
   ByVal dataSource As Object _
)
public DataSourceObject( 
   FlatDataBoundControl owner,
   object dataSource
)

Parameters

owner
Owner control of the data source object
dataSource
Data source to work with.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, 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