Click or drag to resize
MappingTrackerAddAliasMemberInfo Method (MemberInfo, SetAlias, Boolean)
Adds the alias member info.

Namespace:  SD.LLBLGen.Pro.LinqSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public void AddAliasMemberInfo(
	MemberInfo info,
	SetAlias alias,
	bool addToCurrentScope
)

Parameters

info
Type: System.ReflectionMemberInfo
The info.
alias
Type: SD.LLBLGen.Pro.LinqSupportClassesSetAlias
The alias.
addToCurrentScope
Type: SystemBoolean
if set to true, it will add the alias to the current scope, otherwise it doesn't
See Also