Nevron Open Vision Documentation
Nevron.Nov.Data.DBModel Namespace / NTableBase Class / Columns Property


In This Topic
    Columns Property (NTableBase)
    In This Topic
    Gets all columns that belong to the table
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property Columns As NListWithEvents(Of NColumnBase)
    'Usage
     
    
    Dim instance As NTableBase
    Dim value As NListWithEvents(Of NColumnBase)
     
    value = instance.Columns
    public virtual NListWithEvents<NColumnBase> Columns {get;}
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also