See also:
NTier Windows Forms Framework Home
NTier Framework API reference

Get or set whether the form data is loaded from the underlying data store directly if persistent. If false, the IEntitySet is cloned instead which means the database won't need to be queried.

Namespace: NTier.Actions
Assembly: NTier.Actions (in NTier.Actions.dll) Version: 1.0.0.0

Syntax

C#
public bool LoadPersistentEntities { get; set; }
Visual Basic
Public Property LoadPersistentEntities As Boolean
	Get
	Set
Visual C++
public:
property bool LoadPersistentEntities {
	bool get ();
	void set (bool value);
}

Property Value

Type: Boolean

See Also