ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender Namespace / C1DataView Class / AutoFetch Property

In This Topic
    AutoFetch Property (C1DataView)
    In This Topic
    Controls the autofetching behavior for this C1DataView.
    Syntax
    'Declaration
     
    Public Property AutoFetch As AutoFetchModeEnum
    public AutoFetchModeEnum AutoFetch {get; set;}
    Remarks
    This property allows to turn on or off automatic data fetching for this C1DataView. If AutoFetch is set to AutoFetchModeEnum.Default (which is the default) then the effective value is determined by the C1DataViewSet.AutoFetch property value of an owning C1DataViewSet. See the Data Fetching topic for details.
    See Also