Defines a scope of data access. Provides facilities to create client views.

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

Syntax

C#
public class EntityClientScope : ClientScope
Visual Basic
Public Class EntityClientScope _
	Inherits ClientScope

Remarks

Usually, one scope is created for each window/user control, and disposed at the end of its lifetime. Entities pinned to the scope (marked as needed) are not evicted from the cache until the scope is disposed or collected by the GC.

Inheritance Hierarchy

System..::..Object
  C1.Data..::..ClientScope
    C1.Data.Entities..::..EntityClientScope

See Also