ProjectCreateNewEntityDefinition Method  | 
 
            Creates a new entitydefinition. It assumes the names passed in are valid.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore.ProjectClasses
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntaxpublic EntityDefinition CreateNewEntityDefinition(
	string groupName,
	string entityName
)
Public Function CreateNewEntityDefinition ( 
	groupName As String,
	entityName As String
) As EntityDefinition
Parameters
- groupName
 - Type: SystemString
Name of the group. - entityName
 - Type: SystemString
Name of the entity. 
Return Value
Type: 
EntityDefinitionthe newly created entity definition instance
RemarksThe new entity instance isn't yet added to the model.
See Also