[]
        
(Showing Draft Content)

C1.Data.DataSource.ClientCollectionView.Add

Add Method

Add(object)

Adds a new entity to the client-side cache and to the associated context. The entity will appear in this collection view if it matches the underlying query.

Declaration
public void Add(object entity)
Public Sub Add(entity As Object)
Parameters
Type Name Description
object entity

The new entity to add.