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.

Namespace:  C1.Data.DataSource
Assembly:  C1.Data.Entity (in C1.Data.Entity.dll)

Syntax

C#
public void Add(
	Object entity
)
Visual Basic
Public Sub Add ( _
	entity As Object _
)

Parameters

entity
Type: System..::..Object
The new entity to add.

See Also