Table of Contents

SelectInsert 类

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

插入Select子查询

public class SelectInsert : SelectInsertBase, ISelectInsert, IInsert, IExecuteSql, ISqlEntity
继承
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