DataSource for Entity Framework in WPF
C1.WPF.Data.Entities Namespace / C1DataSource Class / RefreshInterval Property

In This Topic
    RefreshInterval Property
    In This Topic
    Gets or sets the interval between automatic Refresh operations to refresh the data with any changes that may have occurred on the server.
    Syntax
    'Declaration
     
    Public Property RefreshInterval As TimeSpan
    public TimeSpan RefreshInterval {get; set;}
    See Also