ComponentOne Data Source for Entity Framework
C1.Data.Entities Namespace / EntityClientScope Class / EntityClientScope Constructor
An instance of the EntityClientCache class to which the new client scope is connected.

In This Topic
    EntityClientScope Constructor
    In This Topic
    Initializes a new instance of the EntityClientScope class with the specified EntityClientCache.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal clientCache As EntityClientCache _
    )
    public EntityClientScope( 
       EntityClientCache clientCache
    )

    Parameters

    clientCache
    An instance of the EntityClientCache class to which the new client scope is connected.
    See Also