[]
        
(Showing Draft Content)

GrapeCity.Forguncy.Plugin.ITableInfo

接口 ITableInfo

数据表的信息。

命名空间: GrapeCity.Forguncy.Plugin
程序集: GrapeCity.Forguncy.Plugin.dll
语法
public interface ITableInfo

属性

Columns

数据表中字段名集合。

声明
IEnumerable<IColumnInfo> Columns { get; }
属性值
类型 描述
System.Collections.Generic.IEnumerable<T><IColumnInfo>

TableName

数据表名。

声明
string TableName { get; }
属性值
类型 描述
string

TableType

数据表的类型。

声明
ForguncyTableType TableType { get; }
属性值
类型 描述
ForguncyTableType

WorkflowInfo

数据表的工作流信息。

声明
IWorkflowInfo WorkflowInfo { get; }
属性值
类型 描述
IWorkflowInfo