Version

CreateDataBindingBot Method (DataBindingManager)

Virtual method for creating a DataBindingBot object which will be used to carry out the actual data binding operation. The type of DataBot created by this method is based on the DataSourceType. Derived classes may override this method to create DataBots of different kinds depending on other aspects of the dataSource or dataSourceType parameters.
Syntax
'Declaration
 
Protected Overridable Function CreateDataBindingBot( _
   ByVal control As WebControl, _
   ByVal dataSource As Object, _
   ByVal type As DataSourceType _
) As DataBot
protected virtual DataBot CreateDataBindingBot( 
   WebControl control,
   object dataSource,
   DataSourceType type
)

Parameters

control
dataSource
type
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