DataCollection | ComponentOne
C1.DataCollection.AdoNet Assembly / C1.DataCollection.AdoNet Namespace / C1AdoNetCursorDataCollection Class / Fields Property

In This Topic
    Fields Property (C1AdoNetCursorDataCollection)
    In This Topic
    Gets the fields that are projected in this collection.
    Syntax
    'Declaration
     
    Public ReadOnly Property Fields As IEnumerable(Of String)
    public IEnumerable<string> Fields {get;}
    See Also