Gets a value indicating whether the simple data management mode is used with this entity manager.

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

Syntax

C#
public bool IsUsingSimpleDataManagementMode { get; }
Visual Basic (Declaration)
Public ReadOnly Property IsUsingSimpleDataManagementMode As Boolean

See Also