Click or drag to resize
DbFactoryGetScalar Method (DbEntity)
获取第一行第一列的数据

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

Parameters

entity
Type: Adf.DbDbEntity
对象

Return Value

Type: Object

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

Implements

IDbFactoryGetScalar(DbEntity)
See Also