バージョン

ExecuteSelect メソッド (DataSourceObjectView)

基本のデータ ストレージからデータのリストを取得します。
シンタックス
'宣言
 
Protected Overrides Function ExecuteSelect( _
   ByVal arguments As DataSourceSelectArguments _
) As IEnumerable
protected override IEnumerable ExecuteSelect( 
   DataSourceSelectArguments arguments
)

パラメータ

arguments
基本のデータ取得を超えるデータでの操作を要求するために使用される System.Web.UI.DataSourceSelectArguments

戻り値の型

基本のデータ ストレージからのデータの System.Collections.IEnumerable リスト。
参照