Creates an Entity Framework-specific client scope.
Namespace:
C1.Data.EntitiesAssembly: 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.