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.Win.Data.EntitiesAssembly: C1.Win.Data.Entity (in C1.Win.Data.Entity.dll)
Syntax
| C# |
|---|
[DefaultValueAttribute(typeof(TimeSpan), "00:00:00")] [DescriptionAttribute("Gets or sets the interval between automatic Refresh operations.")] [CategoryAttribute("Common")] public TimeSpan RefreshInterval { get; set; } |
| Visual Basic |
|---|
<DefaultValueAttribute(GetType(TimeSpan), "00:00:00")> _ <DescriptionAttribute("Gets or sets the interval between automatic Refresh operations.")> _ <CategoryAttribute("Common")> _ Public Property RefreshInterval As TimeSpan Get Set |