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 DbAggregateQueryBuilder UnsafeSelect(Column from, Column to)
Parameters
Type | Name | Description |
---|---|---|
Column | from | The source column. |
Column | to | The target column. |
Returns
Type | Description |
---|---|
DbAggregateQueryBuilder | This aggregate query builder for fluent coding. |