VistaDB 6
VistaDB.Provider Namespace / VistaDBDataAdapter Class / FillLoadOption Property


In This Topic
    FillLoadOption Property
    In This Topic
    Gets or sets the System.Data.LoadOption that determines how the adapter fills the System.Data.DataTable from the System.Data.Common.DbDataReader.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.RefreshPropertiesAttribute(RefreshProperties.All)>
    <ResCategoryAttribute("DataCategory_Fill")>
    <ResDescriptionAttribute("DataAdapter_FillLoadOption")>
    Public Property FillLoadOption As System.Data.LoadOption
    'Usage
     
    
    Dim instance As VistaDBDataAdapter
    Dim value As System.Data.LoadOption
     
    instance.FillLoadOption = value
     
    value = instance.FillLoadOption
    [System.ComponentModel.RefreshProperties(RefreshProperties.All)]
    [ResCategory("DataCategory_Fill")]
    [ResDescription("DataAdapter_FillLoadOption")]
    public System.Data.LoadOption FillLoadOption {get; set;}

    Property Value

    A System.Data.LoadOption value.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also