ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender.SchemaExtender Namespace / C1SchemaColumnCollection Class / Item Property / Item(String) Property
The name of DataColumn.

In This Topic
    Item(String) Property
    In This Topic
    Gets the DataColumnExtender object by the name of DataColumn object that it represents.
    Syntax
    'Declaration
     
    Public Overloads ReadOnly Property Item( _
       ByVal columnName As System.String _
    ) As DataColumnExtender
    public DataColumnExtender Item( 
       System.string columnName
    ) {get;}

    Parameters

    columnName
    The name of DataColumn.

    Property Value

    A DataColumnExtender object if exists; otherwise, a null value.
    See Also