Table of Contents

SelectInsert 类

命名空间
ShadowSql.Insert
程序集
ShadowSql.Core.dll

插入Select子查询

public class SelectInsert : SelectInsertBase, ISelectInsert, IInsert, IExecuteSql, ISqlEntity
继承
object
SelectInsert
实现
继承成员
扩展方法

构造函数

SelectInsert(IInsertTable, ISelect)

插入Select子查询

public SelectInsert(IInsertTable table, ISelect select)

参数

table IInsertTable

select ISelect

筛选

SelectInsert(IInsertTable, List<IColumn>, ISelect)

插入Select子查询

public SelectInsert(IInsertTable table, List<IColumn> columns, ISelect select)

参数

table IInsertTable

columns List<IColumn>

select ISelect

筛选

SelectInsert(string, ISelect)

插入多条

public SelectInsert(string tableName, ISelect select)

参数

tableName string

表名

select ISelect

筛选

字段

_table

源表

protected readonly IInsertTable _table

字段值

IInsertTable

属性

Table

源表

public IInsertTable Table { get; }

属性值

IInsertTable