ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender Namespace / AutoFetchModeEnum Enumeration

In This Topic
    AutoFetchModeEnum Enumeration
    In This Topic
    Describes the possible autofetching modes.
    Syntax
    'Declaration
     
    Public Enum AutoFetchModeEnum 
       Inherits System.Enum
    public enum AutoFetchModeEnum : System.Enum 
    Members
    MemberDescription
    DefaultIndicates that autofetching mode is the same as for owning object.
    NoAutofetching is turned off.
    YesAutofetching is turned on.
    YesIfNoDataFetch is performed only if corresponding DataTables has not been filled with data before.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.C1DataExtender.AutoFetchModeEnum

    See Also