Table of Contents

MultiInsert 类

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

多条插入

public class MultiInsert : MultiInsertBase, IMultiInsert, IInsert, IExecuteSql, ISqlEntity
继承
MultiInsert
实现
继承成员
扩展方法

构造函数

MultiInsert(IInsertTable)

插入多条

public MultiInsert(IInsertTable table)

参数

table IInsertTable

MultiInsert(IInsertTable, List<IInsertValues>)

多条插入

public MultiInsert(IInsertTable table, List<IInsertValues> items)

参数

table IInsertTable
items List<IInsertValues>

MultiInsert(string)

插入多条

public MultiInsert(string tableName)

参数

tableName string

字段

_table

源表

protected readonly IInsertTable _table

字段值

IInsertTable

属性

Table

源表

public IInsertTable Table { get; }

属性值

IInsertTable