设置排序条件
Namespace: Adf.DbAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntaxpublic DbEntity SetWhere(
string where
)
Public Function SetWhere (
where As String
) As DbEntity
public:
DbEntity^ SetWhere(
String^ where
)
member SetWhere :
where : string -> DbEntity
Parameters
- where
- Type: SystemString
设置查询条件
Return Value
Type:
DbEntity[Missing <returns> documentation for "M:Adf.Db.DbEntity.SetWhere(System.String)"]
See Also