ComponentOne AutoComplete for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Report Namespace / DataSource Class / EOF Method

In This Topic
    EOF Method (DataSource)
    In This Topic
    Returns true if the cursor is pointing at the last record in the data source.
    Syntax
    'Declaration
     
    Public Function EOF() As System.Boolean
    public System.bool EOF()
    See Also