SqlQuery.Column class
namespace: Serenity.Data assembly: Serenity.Net.Services
Holds information about a column in SELECT clause.
public class Column
| parameter | description |
|---|---|
| expression | The expression. |
| columnName | Name of the column. |
| intoRow | The select into row index. |
| intoField | The select into field. |
Public Members
| name | description |
|---|---|
| Column(…) | Holds information about a column in SELECT clause. (2 constructors) |
| readonly ColumnName | Column name |
| readonly Expression | Field or expression |
| readonly IntoField | Used by entity system, to determine which field this column value will be read into |
| readonly IntoRowIndex | Used by entity system when more than one entity is used as a target |
Remarks
Initializes a new instance of the Column class.
See Also
- class SqlQuery