Click or drag to resize
TypedListDefinitionAddEntity Method
Adds the entity.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.EntityModel.TypedLists
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public void AddEntity(
	EntityDefinition entityToAdd,
	string aliasString
)

Parameters

entityToAdd
Type: SD.LLBLGen.Pro.ApplicationCore.EntityModelEntityDefinition
The entity to add.
aliasString
Type: SystemString
The alias string.
See Also