Click or drag to resize
DbEntitySetWhere Method
设置排序条件

Namespace: Adf.Db
Assembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax
public DbEntity SetWhere(
	string where
)

Parameters

where
Type: SystemString
设置查询条件

Return Value

Type: DbEntity

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

See Also