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

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