LLBLGenProDataSourceViewBaseCanUpdate Property |
Gets a value indicating whether the DataSourceView object associated with the current DataSourceControl object supports the ExecuteUpdate(IDictionary, IDictionary, IDictionary) operation.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses.Web (in SD.LLBLGen.Pro.ORMSupportClasses.Web.dll) Version: 5.12.0.0 (5.12.0)
Syntaxpublic override bool CanUpdate { get; }
Public Overrides ReadOnly Property CanUpdate As Boolean
Get
Property Value
Type:
BooleanReturn Value
Type:
Booleantrue if the datacontainertype is set to entitycollection.
See Also