ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender Namespace / ViewModelColumn Class / ViewModelColumn Constructor / ViewModelColumn Constructor(ViewNode,DataColumn,String)
The ViewNode whose column is referenced by this ViewNode.
The DataColumn represented by this ViewNode.
The that is used to reference the column.

In This Topic
    ViewModelColumn Constructor(ViewNode,DataColumn,String)
    In This Topic
    Creates a new instance of the ViewModelColumn referencing the specified DataColumn of the DataTable represented by the specified ViewNode, and provides it with the specified alias that is used to reference the column.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal viewNode As ViewNode, _
       ByVal dataColumn As System.Data.DataColumn, _
       ByVal columnAlias As System.String _
    )
    public ViewModelColumn( 
       ViewNode viewNode,
       System.Data.DataColumn dataColumn,
       System.string columnAlias
    )

    Parameters

    viewNode
    The ViewNode whose column is referenced by this ViewNode.
    dataColumn
    The DataColumn represented by this ViewNode.
    columnAlias
    The that is used to reference the column.
    See Also