Click or drag to resize

EntityAlias Constructor

Initializes a new instance of the EntityAlias class.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.EntityModel.TypedLists
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public EntityAlias(
	EntityDefinition aliassedEntity,
	string alias
)

Parameters

aliassedEntity
Type: SD.LLBLGen.Pro.ApplicationCore.EntityModelEntityDefinition
Aliassed entity.
alias
Type: SystemString
Alias.
See Also