IColumnProperty 接口

定义

代表可被筛选的单个列。

public interface class IColumnProperty
public interface IColumnProperty
type IColumnProperty = interface
Public Interface IColumnProperty

属性

名称 说明
Expensive

获得一个值,表示该列是否昂贵,检索成本高昂。

Filterable

获得一个值,表示该列是否可以被过滤。

Name

获取列的名称。

Type

获取列的类型。

适用于