ComponentOne Data Source for Entity Framework
C1.Data Namespace / ClientCacheBase Class / CreateScope Method

In This Topic
    CreateScope Method (ClientCacheBase)
    In This Topic
    Creates a ClientScope that defines a scope of data access.
    Syntax
    'Declaration
     
    
    Public Function CreateScope() As ClientScope
    public ClientScope CreateScope()

    Return Value

    Remarks
    Usually, every form, window, or user control creates a ClientScope and uses it to access entities.
    See Also