Click or drag to resize

ProjectCreateNewDerivedModelDefinition Method

Creates the new derived model definition and adds it to this project.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.ProjectClasses
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.8.0.0 (5.8.21.0208)
Syntax
public DerivedModelDefinition CreateNewDerivedModelDefinition(
	string name
)

Parameters

name
Type: SystemString
The name.

Return Value

Type: DerivedModelDefinition
The derived model definition created
Remarks
Doesn't do any unique name checking, assumes name specified is unique.
See Also