Method CreateParam
| Improve this Doc View SourceCreateParam(DataRow)
Creates column of parameter expression using value of given DataRow.
Declaration
protected abstract Column CreateParam(DataRow dataRow)
Parameters
| Type | Name | Description |
|---|---|---|
| DataRow | dataRow | The DataRow object. |
Returns
| Type | Description |
|---|---|
| Column | The created column of parameter expression. |