Table of Contents

DDLServices 类

命名空间
Shadow.DDL
程序集
Shadow.DDL.dll

扩展方法

public static class DDLServices
继承
DDLServices
继承成员

方法

ToCreate(TableSchema)

建表

public static CreateTable ToCreate(this TableSchema table)

参数

table TableSchema

返回

CreateTable

ToCreate(ITable, IEnumerable<ColumnSchema>)

建表

public static CreateTable ToCreate(this ITable table, IEnumerable<ColumnSchema> columns)

参数

table ITable
columns IEnumerable<ColumnSchema>

返回

CreateTable

ToDrop(ITable)

删表

public static DropTable ToDrop(this ITable table)

参数

table ITable

返回

DropTable