Gets or sets the interval between automatic Refresh()()()() operations
to refresh the data with any changes that may have occurred on the server.
Namespace:
C1.WPF.Data.EntitiesAssembly: C1.WPF.Data.Entity (in C1.WPF.Data.Entity.dll)
Syntax
C# |
---|
[DescriptionAttribute("Gets or sets the interval between automatic Refresh operations.")] [DefaultValueAttribute(typeof(TimeSpan), "00:00:00")] [CategoryAttribute("Common")] public TimeSpan RefreshInterval { get; set; } |
Visual Basic |
---|
<DescriptionAttribute("Gets or sets the interval between automatic Refresh operations.")> _ <DefaultValueAttribute(GetType(TimeSpan), "00:00:00")> _ <CategoryAttribute("Common")> _ Public Property RefreshInterval As TimeSpan Get Set |