Version

Calculate(IQueryable,String,String,String) Method

calculates a summary on a data source using LINQ
Syntax
'Declaration
 
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
)

Parameters

ds
func
key
dataType
Requirements

Target Platforms: Windows 8.1, 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

View on GitHub