[]
Replaces 'RowNumber' function with the specified calculated row number.
public static ExpressionInfo ReplaceRowNumber(ExpressionInfo expression, int rowNumber)
| Type | Name | Description |
|---|---|---|
| ExpressionInfo | expression | An ExpressionInfo object to process. |
| int | rowNumber | An int value indicating the row number value to insert. |
| Type | Description |
|---|---|
| ExpressionInfo | A modified ExpressionInfo object. |