ComponentOne DataObjects for .NET
AllowDelete Property (C1DataView)

C1.Data.2 Assembly > C1.Data Namespace > C1DataView Class : AllowDelete Property
Gets or sets a value indicating whether deleting rows from this data view is allowed.
Syntax
'Declaration
 
Public Property AllowDelete As System.Boolean
public System.bool AllowDelete {get; set;}
Remarks
If the C1.Data.SchemaObjects.Table or C1.Data.SchemaObjects.TableView on which the data view is based has AllowDelete = False, deleting rows is not allowed regardless of the value of data view's AllowDelete property.
See Also

Reference

C1DataView Class
C1DataView Members