Click or drag to resize
LLBLGenProDataSourceViewBaseCanDelete Property
Gets a value indicating whether the DataSourceView object associated with the current DataSourceControl object supports the ExecuteDelete(IDictionary, IDictionary) operation.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses.Web (in SD.LLBLGen.Pro.ORMSupportClasses.Web.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public override bool CanDelete { get; }

Property Value

Type: Boolean

Return Value

Type: Boolean
true if the datacontainertype is set to entitycollection.
See Also