Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Compute()

object System.Data.DataTable.Compute ( string? expression,
string? filter )
inlineinherited

Definition at line 2675 of file DataTable.cs.

2676 {
2677 DataRow[] rows = Select(filter, "", DataViewRowState.CurrentRows);
2678 DataExpression dataExpression = new DataExpression(this, expression);
2679 return dataExpression.Evaluate(rows);
2680 }

References System.Data.DataTable.Select().