Click or drag to resize
SetAliasContainsAliasedField Method
Determines whether the field is an aliased field using this alias.

Namespace: SD.LLBLGen.Pro.LinqSupportClasses
Assembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax
public bool ContainsAliasedField(
	IEntityFieldCore field
)

Parameters

field
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityFieldCore
The field.

Return Value

Type: Boolean
true if the field is aliased with this alias, false otherwise
See Also