Show / Hide Table of Contents

Method UnsafeSelect

| Improve this Doc View Source

UnsafeSelect(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.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest