在PXSelect中增加筛选条件可以使用PXSelect的Where子句。例如:
PXSelect>> items;
这会从InventoryItem表中选择具有活动状态的物品。其中InventoryItemStatus是BQL枚举,定义为:
public class InventoryItemStatus { public const string Active = "AC"; public const string Obsolete = "OB"; }
上一篇:Addconditionaltextoutputtocardprofile
下一篇:Addconfrimtoinputtypesubmit”改写为中文