Creates a ClientScope that defines a scope of data access.
Namespace:
C1.DataAssembly: C1.Data.Entity (in C1.Data.Entity.dll)
Syntax
C# |
---|
public ClientScope CreateScope() |
Visual Basic |
---|
Public Function CreateScope As ClientScope |
Return Value
A new ClientScope.Remarks
Usually, every form, window, or user control creates a ClientScope and uses it
to access entities.