RGF_v80BuildTargetModel Method

Implemented to build the TargetModel.

Definition

Namespace: Recrovit.RecroGridFramework.Migrations.PostgreSQL
Assembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 8.0.0.24.0403.1
C#
protected override void BuildTargetModel(
	ModelBuilder modelBuilder
)

Parameters

modelBuilder  ModelBuilder
The ModelBuilder to use to build the model.

Remarks

See Database migrations for more information and examples.

See Also