DataSource for Entity Framework in WPF
C1.WPF.Data.Entities Namespace / C1DataSource Class / Load Method

In This Topic
    Load Method (C1DataSource)
    In This Topic
    Loads all C1.Data.Entities.EntityViewSource objects in the ViewSources collection.
    Syntax
    'Declaration
     
    Public Sub Load() 
    public void Load()
    Remarks
    This method calls C1.Data.DataSource.ClientViewSource.Load for all elements of the ViewSources collection.
    See Also