[]
        
(Showing Draft Content)

C1.Data.ClientCacheBase.CreateScope

CreateScope Method

CreateScope()

Creates a ClientScope that defines a scope of data access.

Declaration
public ClientScope CreateScope()
Returns
Type Description
ClientScope

A new ClientScope.

Remarks

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

See Also