IInsertTable 接口
- 命名空间
- ShadowSql.Identifiers
- 程序集
- ShadowSql.Core.dll
插入表
public interface IInsertTable : IIdentifier, IMatch, ISqlEntity
- 继承成员
- 扩展方法
属性
InsertColumns
所有插入列
IEnumerable<IColumn> InsertColumns { get; }
属性值
方法
GetInsertColumn(string)
获取插入列
IColumn? GetInsertColumn(string columnName)
参数
columnName
string