Gets or sets the EntityClientCache used by this C1DataSource to access the data.
Namespace:
C1.WPF.Data.EntitiesAssembly: C1.WPF.Data.Entity (in C1.WPF.Data.Entity.dll)
Syntax
C# |
---|
[DefaultValueAttribute(null)] public EntityClientCache ClientCache { get; set; } |
Visual Basic |
---|
<DefaultValueAttribute(Nothing)> _ Public Property ClientCache As EntityClientCache Get Set |