LinqDataSourceDesigner.EnableInsert 属性

定义

获取或设置一个值,该值指示是否可以在运行时向数据源中插入行。

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

如果为关联的 LinqDataSource 实例的用户启用了插入操作,则为 true;否则为 false

适用于

另请参阅