ComponentOne Data Source for Entity Framework
C1.Win.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 System.TimeSpan
    public System.TimeSpan RefreshInterval {get; set;}
    See Also