ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender.SchemaExtender Namespace / DataTableExtender Class / AllowNew Property

In This Topic
    AllowNew Property (DataTableExtender)
    In This Topic
    Gets or sets a value indicating whether new rows can be added to the DataTable represented by this DataTableExtender.
    Syntax
    'Declaration
     
    Public Property AllowNew As System.Boolean
    public System.bool AllowNew {get; set;}
    See Also