IFieldView 接口
- 命名空间
- ShadowSql.Identifiers
- 程序集
- ShadowSql.Core.dll
字段或表达式(select使用)
public interface IFieldView : IView, IMatch, ISqlEntity
- 继承成员
方法
ToColumn()
转化为列(用于新表/视图(insert、groupby等))
IColumn ToColumn()
字段或表达式(select使用)
public interface IFieldView : IView, IMatch, ISqlEntity
转化为列(用于新表/视图(insert、groupby等))
IColumn ToColumn()