Item
使用范围: server
编程语言: python
父类: Item 类
该属性列举出一个实体项数据集的所有 字段 对象。
def customer_fields(customers): customers.open(limit=1) for f in customers.fields: print f.field_caption, f.display_text
字段
Field 类