Scheduler for WinForms | ComponentOne
C1.ScheduleCore Assembly / (Global) Namespace / ap Class / Load Method / Load(IDataReader,LoadOption) Method

In This Topic
    Load(IDataReader,LoadOption) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub Load( _
       ByVal reader As System.Data.IDataReader, _
       ByVal loadOption As System.Data.LoadOption _
    ) 
    public void Load( 
       System.Data.IDataReader reader,
       System.Data.LoadOption loadOption
    )

    Parameters

    reader
    loadOption
    See Also