Click or drag to resize
DbFactoryInsert Method
执行数据对象插入请求

Namespace: Adf.Db
Assembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax
public virtual int Insert(
	DbEntity entity
)

Parameters

entity
Type: Adf.DbDbEntity
数据对象

Return Value

Type: Int32

[Missing <returns> documentation for "M:Adf.Db.DbFactory.Insert(Adf.Db.DbEntity)"]

Implements

IDbFactoryInsert(DbEntity)
See Also