バージョン

Calculate(IQueryable,String,String,String) メソッド

LINQ を使用してデータ ソースの集計を計算します
シンタックス
'宣言
 
Public Overloads Shared Function Calculate( _
   ByVal ds As System.Linq.IQueryable, _
   ByVal func As System.String, _
   ByVal key As System.String, _
   ByVal dataType As System.String _
) As System.Object
public static System.object Calculate( 
   System.Linq.IQueryable ds,
   System.string func,
   System.string key,
   System.string dataType
)

パラメータ

ds
func
key
dataType
参照

オンラインで表示: GitHub