Table of Contents

SingleInsert 类

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

插入单条

public class SingleInsert : SingleInsertBase, ISingleInsert, IInsert, IExecuteSql, ISqlEntity
继承
SingleInsert
实现
继承成员
扩展方法

构造函数

SingleInsert(IInsertTable)

插入单条

public SingleInsert(IInsertTable table)

参数

table IInsertTable

SingleInsert(IInsertTable, List<IInsertValue>)

插入单条

public SingleInsert(IInsertTable table, List<IInsertValue> items)

参数

table IInsertTable
items List<IInsertValue>

SingleInsert(string)

插入单条

public SingleInsert(string tableName)

参数

tableName string

字段

_table

源表

protected readonly IInsertTable _table

字段值

IInsertTable

属性

Table

源表

public IInsertTable Table { get; }

属性值

IInsertTable