DDLServices 类
扩展方法
public static class DDLServices
- 继承
-
DDLServices
- 继承成员
方法
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
ITablecolumns
IEnumerable<ColumnSchema>
返回
ToDrop(ITable)
删表
public static DropTable ToDrop(this ITable table)
参数
table
ITable