バージョン

PrepareDataForDataSource メソッド

データ ソース用のデータを準備します。
シンタックス
'宣言
 
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
)

パラメータ

dataSourceView
parameters
dataFieldName
data
参照