Gets or sets the RiaClientCache used by this C1DataSource to access the data.

Namespace:  C1.Silverlight.Data.RiaServices
Assembly:  C1.Silverlight.Data.Entity (in C1.Silverlight.Data.Entity.dll)

Syntax

C#
[DefaultValueAttribute(null)]
public RiaClientCache ClientCache { get; set; }
Visual Basic
<DefaultValueAttribute(Nothing)> _
Public Property ClientCache As RiaClientCache
	Get
	Set

See Also