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

In This Topic
    ViewModelColumn Constructor(ViewNode,String)
    In This Topic
    Creates a new instance of the ViewModelColumn referencing the DataColumn with the specified name that belongs to the DataTable represented by the specified ViewNode.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal viewNode As ViewNode, _
       ByVal dataColumnName As System.String _
    )
    public ViewModelColumn( 
       ViewNode viewNode,
       System.string dataColumnName
    )

    Parameters

    viewNode
    The ViewNode whose column is referenced by this ViewNode.
    dataColumnName
    The name of the DataColumn represented by this ViewNode.
    See Also