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

Syntax

C#
public EntityClientScope CreateScope()
Visual Basic
Public Function CreateScope As EntityClientScope

Return Value

A new client scope.

Remarks

Usually, each window, form, or user control creates a ClientScope and uses it to access entities.

See Also