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

In This Topic
    Columns Property (DataTableExtender)
    In This Topic
    Gets the collection of DataColumnExtender objects that extends the property set of DataColumn objects belonging to DataTable.
    Syntax
    'Declaration
     
    Public ReadOnly Property Columns As C1SchemaColumnCollection
    public C1SchemaColumnCollection Columns {get;}
    See Also