DataConnector | ComponentOne
C1.DataConnector Assembly / C1.DataConnector Namespace / SourceTable Class / Rows Property

In This Topic
    Rows Property
    In This Topic
    An IEnumerable containing the rows of the SourceTable.
    Syntax
    'Declaration
     
    Public Property Rows As IEnumerable(Of Object())
    public IEnumerable<object[]> Rows {get; set;}
    See Also