[]
数据表的信息。
public interface ITableInfo
数据表中字段名集合。
IEnumerable<IColumnInfo> Columns { get; }
类型 | 描述 |
---|---|
System.Collections.Generic.IEnumerable<T><IColumnInfo> |
数据表名。
string TableName { get; }
类型 | 描述 |
---|---|
string |
数据表的类型。
ForguncyTableType TableType { get; }
类型 | 描述 |
---|---|
ForguncyTableType |
数据表的工作流信息。
IWorkflowInfo WorkflowInfo { get; }
类型 | 描述 |
---|---|
IWorkflowInfo |