Working with Expressions

Expressions enable you to calculate the value of a column, or create an aggregate column. The return type of an expression is determined by the DataType of the column.

Note:

Any column referenced in an expression must be before the column with the expression in the DataTable - see Change the Column Order for more information.

Please see http://msdn2.microsoft.com/en-us/library/system.data.datacolumn.expression(vs.71).aspx for more information from Microsoft on data column expressions.

Supported expression columns:

Unsupported column types:

Send feedback on this help.