Version

PrepareDataForDataSource Method

Prepares data for the data source
Syntax
'Declaration
 
Protected Overridable Function PrepareDataForDataSource( _
   ByVal dataSourceView As DataSourceObjectView, _
   ByVal parameters As ParameterCollection, _
   ByVal dataFieldName As String, _
   ByVal data As Object _
) As Object
protected virtual object PrepareDataForDataSource( 
   DataSourceObjectView dataSourceView,
   ParameterCollection parameters,
   string dataFieldName,
   object data
)

Parameters

dataSourceView
parameters
dataFieldName
data
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