SingleInsert 类
插入单条
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
IInsertTableitems
List<IInsertValue>
SingleInsert(string)
插入单条
public SingleInsert(string tableName)
参数
tableName
string
字段
_table
源表
protected readonly IInsertTable _table
字段值
属性
Table
源表
public IInsertTable Table { get; }