DerivedModelDefinitionListCreateNewDerivedModelDefinition Method  | 
 
            Creates the new derived model definition and adds it to this project.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore.DerivedModel
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.8.0.0 (5.8.21.0208)
Syntaxpublic 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
RemarksDoesn't do any unique name checking, assumes name specified is unique.
See Also