DDLServices 类
扩展方法
public static class DDLServices
- 继承
-
objectDDLServices
方法
ToCreate(TableSchema)
建表
public static CreateTable ToCreate(this TableSchema table)
参数
table
TableSchema表
返回
ToCreate(ITable, IEnumerable<ColumnSchema>)
建表
public static CreateTable ToCreate(this ITable table, IEnumerable<ColumnSchema> columns)
参数
table
ITable表
columns
IEnumerable<ColumnSchema>列
返回
ToDrop(ITable)
删表
public static DropTable ToDrop(this ITable table)
参数
table
ITable表