Gets the client scope to which this C1DataSource belongs.

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

Syntax

C#
[BrowsableAttribute(false)]
public EntityClientScope ClientScope { get; }
Visual Basic
<BrowsableAttribute(False)> _
Public ReadOnly Property ClientScope As EntityClientScope
	Get

See Also