IDynamicDataSource.EnableInsert 属性

定义

获取或设置一个值,该值指示数据源视图是否支持插入行。Gets or sets a value that indicates whether the data source view supports the ability to insert rows.

public:
 property bool EnableInsert { bool get(); void set(bool value); };
public bool EnableInsert { get; set; }
member this.EnableInsert : bool with get, set
Public Property EnableInsert As Boolean

属性值

Boolean

如果数据源视图支持插入行,则为 true;否则为 falsetrue if the data source view supports the ability to insert rows; otherwise, false.

适用于