Initializes a new instance of the EntityClientScope class with the specified EntityClientCache.

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

Syntax

C#
public EntityClientScope(
	EntityClientCache clientCache
)
Visual Basic
Public Sub New ( _
	clientCache As EntityClientCache _
)

Parameters

clientCache
Type: C1.Data.Entities..::..EntityClientCache
An instance of the EntityClientCache class to which the new client scope is connected.

See Also