Click or drag to resize
ProjectAddNewEntity Method (String, String)
Adds a new entitydefinition to the project. 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.3.0.0 (5.3.0)
Syntax
public EntityDefinition AddNewEntity(
	string groupName,
	string entityName
)

Parameters

groupName
Type: SystemString
Name of the group.
entityName
Type: SystemString
Name of the entity.

Return Value

Type: EntityDefinition
the newly created entity definition instance, or null if the entity failed (e.g. due to the denial of a plugin)
See Also