Functions.VoDbFilter 方法 | |
返回过滤器。
命名空间:
XSharp.RT
程序集:
XSharp.RT (在 XSharp.RT.dll 中) 版本:2.22 GA
语法 FUNCTION VoDbFilter() AS STRING
public static string VoDbFilter()
查看代码返回值
类型:
String
当前工作区中定义的过滤条件。
如果未设置过滤器,VODBFilter() 返回 NULL_STRING。
备注
VODBFilter() 与 DBFilter() 相同。有关更多信息和示例,请参见 DBFilter()。
示例 参见