ViewBase 类
- 命名空间
- ShadowSql.Identifiers
- 程序集
- ShadowSql.Core.dll
视图基类(不实现接口)
public abstract class ViewBase : GetFieldBase, ISqlEntity
- 继承
-
ViewBase
- 实现
- Derived
- 继承成员
方法
GetCompareField(string)
获取比较字段
protected virtual ICompareField GetCompareField(string fieldName)
参数
fieldName
string
返回
GetFields()
所有字段
protected abstract IEnumerable<IField> GetFields()