SelectInsert 类
插入Select子查询
public class SelectInsert : SelectInsertBase, ISelectInsert, IInsert, IExecuteSql, ISqlEntity
- 继承
-
SelectInsert
- 实现
- 继承成员
- 扩展方法
构造函数
SelectInsert(IInsertTable, ISelect)
插入Select子查询
public SelectInsert(IInsertTable table, ISelect select)
参数
table
IInsertTableselect
ISelect
SelectInsert(IInsertTable, List<IColumn>, ISelect)
插入Select子查询
public SelectInsert(IInsertTable table, List<IColumn> columns, ISelect select)
参数
table
IInsertTablecolumns
List<IColumn>select
ISelect
SelectInsert(string, ISelect)
插入多条
public SelectInsert(string tableName, ISelect select)
参数
字段
_table
源表
protected readonly IInsertTable _table
字段值
属性
Table
源表
public IInsertTable Table { get; }