LinqDesignerDataSourceView.CanInsert 属性

定义

获取一个值,该值指示与当前LinqDataSourceView控件关联的对象是否LinqDataSource支持该方法ExecuteInsert(IDictionary)

public:
 virtual property bool CanInsert { bool get(); };
public override bool CanInsert { get; }
member this.CanInsert : bool
Public Overrides ReadOnly Property CanInsert As Boolean

属性值

true 如果支持该方法 ExecuteInsert(IDictionary) ,则为 ;否则为 false

适用于

另请参阅