TableObject.EnableEditing 属性

定义

如果用户可以编辑指定的查询表,则为 True。 如果用户只能刷新查询表,则为 False。 C# 中的布尔 (bool ) 读/写

public:
 property bool EnableEditing { bool get(); void set(bool value); };
public bool EnableEditing { get; set; }
Public Property EnableEditing As Boolean

属性值

适用于