ISingleInsert 接口
插入单条
public interface ISingleInsert : IInsert, IExecuteSql, ISqlEntity
- 继承成员
- 扩展方法
属性
Items
插入的值列表
IEnumerable<IInsertValue> Items { get; }
插入单条
public interface ISingleInsert : IInsert, IExecuteSql, ISqlEntity
插入的值列表
IEnumerable<IInsertValue> Items { get; }