Click or drag to resize

LLBLGenProDesignerDataSourceView2CanInsert Property

Gets a value indicating whether the DataSourceView object that is associated with the current DataSourceControl object supports the ExecuteInsert(IDictionary) method.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses.Web (in SD.LLBLGen.Pro.ORMSupportClasses.Web.dll) Version: 5.5.0.0 (5.5.18.1019)
Syntax
public override bool CanInsert { get; }

Property Value

Type: Boolean

Return Value

Type: Boolean
true, if the ExecuteInsert(IDictionary) is supported; otherwise, false.
See Also