ComponentOne Data Source for Entity Framework
C1.Data Namespace / ClientScope Class / ClientScope Constructor
An instance of the ClientCacheBase class to which the new client scopeis connected.

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

    Parameters

    clientCache
    An instance of the ClientCacheBase class to which the new client scopeis connected.
    See Also