Method UnsafeSelect
| Improve this Doc View SourceUnsafeSelect(Column, Column)
Constructs SQL SELECT by matching between specified source column and target column, without type safety.
Declaration
public DbQueryBuilder UnsafeSelect(Column from, Column to)
Parameters
Type | Name | Description |
---|---|---|
Column | from | The source column. |
Column | to | The target column. |
Returns
Type | Description |
---|---|
DbQueryBuilder | This query builder for fluent coding. |