执行数据对象插入请求
Namespace: Adf.DbAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntaxpublic virtual int Insert(
DbEntity entity
)
Public Overridable Function Insert (
entity As DbEntity
) As Integer
public:
virtual int Insert(
DbEntity^ entity
)
abstract Insert :
entity : DbEntity -> int
override Insert :
entity : DbEntity -> int
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