SqlQuery.Column class
namespace: Serenity.Data assembly: Serenity.Net.Data
Holds information about a column in SELECT clause.
public class Column
Public Members
| name | description |
|---|---|
| Column(…) | Initializes a new instance of the Column class. (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 |
See Also
- class SqlQuery