Gets a value indicating whether the Add(Object) method is supported.

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

Syntax

C#
public bool CanAdd { get; }
Visual Basic
Public ReadOnly Property CanAdd As Boolean
	Get

See Also