Click or drag to resize

ModelView Constructor

Namespace:  SD.LLBLGen.Pro.ApplicationCore.EntityModel.ModelViews
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.8.0.0 (5.8.21.0208)
Syntax
public ModelView(
	Project containingProject,
	string name
)

Parameters

containingProject
Type: SD.LLBLGen.Pro.ApplicationCore.ProjectClassesProject
The containing project.
name
Type: SystemString
The name of the model view.
See Also