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

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

Parameters

entity
Type: Adf.DbDbEntity
对象

Type Parameters

T
对象类型

Return Value

Type: T

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

Implements

IDbFactoryGetScalarT(DbEntity)
See Also