DataSource for Entity Framework in WPF
C1.LiveLinq Namespace / IObservableSource<T> Interface
The type of the elements in the collection.
Members

In This Topic
    IObservableSource<T> Interface
    In This Topic
    Provides methods and events that are required for LiveLinq functionality, live views.
    Object Model
    IObservableSource<T> Interface
    Syntax
    'Declaration
     
    Public Interface IObservableSource(Of T) 
    public interface IObservableSource<T> 
    Type Parameters
    T
    The type of the elements in the collection.
    See Also