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

Describes a 'task' that the user is prompted to run to keep the entity schema in sync with changes to the database schema.

Namespace: NTier.Model.Entity
Assembly: NTier.Model.Entity (in NTier.Model.Entity.dll) Version: 1.0.0.0

Syntax

C#
public abstract class EntityClassDbSyncTask : NEntity
Visual Basic
Public MustInherit Class EntityClassDbSyncTask
	Inherits NEntity
Visual C++
public ref class EntityClassDbSyncTask abstract : public NEntity

Inheritance Hierarchy

See Also