Click or drag to resize

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.9.0.0 (5.9.0)
Syntax
public EntityDefinition CreateNewEntityDefinition(
	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
Remarks
The new entity instance isn't yet added to the model.
See Also