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.1.0.0 (5.1.0)
Syntax public DerivedModelDefinition CreateNewDerivedModelDefinition(
string name
)
Public Function CreateNewDerivedModelDefinition (
name As String
) As DerivedModelDefinition
Parameters
- name
- Type: SystemString
The name.
Return Value
Type:
DerivedModelDefinitionThe derived model definition created
Remarks Doesn't do any unique name checking, assumes name specified is unique.
See Also