public static class Korzh.EasyQuery.Db.ColumnExtensions
Package: Korzh.EasyQuery.Db
(targets: netstandard2.0
)
Assembly: Korzh.EasyQuery.Db.dll
Static Methods
Name | Type | Description |
---|---|---|
GetAlias(this QueryColumn column, SqlFormats formats) | string |
Gets the column alias (for SELECT or ORDER BY clause). |
UseAlias(this QueryColumn column, SqlFormats formats) | bool |
Gets a value indicating whether this column used the alias name or not. |