Represents an EntityManager data management mode.

Namespace:  DlhSoft.Windows.Data
Assembly:  DlhSoft.Data.Core (in DlhSoft.Data.Core.dll)

Syntax

C#
public enum DataManagementMode
Visual Basic (Declaration)
Public Enumeration DataManagementMode

Members

Member nameDescription
Standard
Standard data management mode, using two-way data binding to a collection of data items.
Simple
Simple data management mode, requiring adding, updating, and removing entities manually (using Add, Remove method or the indexer of the entity manager object).

See Also