ComponentOne Data Source for Entity Framework
C1.Data.DataSource Namespace / ClientViewSource Class / Load() Method

In This Topic
    Load() Method
    In This Topic
    Starts a load operation. Any pending load will be implicitly canceled.
    Syntax
    'Declaration
     
    
    Public Sub Load() 
    public void Load()
    Remarks
    If the entities are already in the cache, there will be no roundtrip to the server.
    See Also