Click or drag to resize
DbEntityGetT Method (String)
获取指定的属性值。

Namespace: Adf.Db
Assembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax
public virtual T Get<T>(
	string name
)

Parameters

name
Type: SystemString
属性名

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Adf.Db.DbEntity.Get``1(System.String)"]

Return Value

Type: T

[Missing <returns> documentation for "M:Adf.Db.DbEntity.Get``1(System.String)"]

See Also