DataEngine for .NET Standard | ComponentOne
C1.DataEngine.Api Assembly / C1.DataEngine Namespace / RuntimeColumn Class / names Property

In This Topic
    names Property
    In This Topic
    An array of column names (one name for unary operations, two names for binary operations).
    Syntax
    'Declaration
     
    Public Property names As String()
    public string[] names {get; set;}
    See Also