バージョン

TransformData メソッド (ModelBase)

データを変換します。
シンタックス
'宣言
 
Protected Function TransformData( _
   ByVal fields As System.Collections.Generic.List(Of String), _
   ByVal data As System.Linq.IQueryable _
) As LargeJsonResult
protected LargeJsonResult TransformData( 
   System.Collections.Generic.List<string> fields,
   System.Linq.IQueryable data
)

パラメータ

fields
フィールド。
data
データ。

戻り値の型

LargeJsonResult
参照

オンラインで表示: GitHub