PagingHelperWhereClause Property |
Note: This API is now obsolete.
SQL 查询条件
Namespace: X3Platform.UtilAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax[ObsoleteAttribute("属性 WhereClause 将不被支持, 请使用 Query.Where 代替.")]
public string WhereClause { get; set; }
public:
[ObsoleteAttribute(L"属性 WhereClause 将不被支持, 请使用 Query.Where 代替.")]
property String^ WhereClause {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String
See Also