Gets the client scope to which this C1DataSource belongs.

Namespace:  C1.WPF.Data.Entities
Assembly:  C1.WPF.Data.Entity (in C1.WPF.Data.Entity.dll)

Syntax

C#
public EntityClientScope ClientScope { get; }
Visual Basic
Public ReadOnly Property ClientScope As EntityClientScope
	Get

See Also