Click or drag to resize

AliasContainerContainsAlias Method

Determines whether the specified to check contains alias.

Namespace:  SD.LLBLGen.Pro.LinqSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.7.0.0 (5.7.0)
Syntax
public bool ContainsAlias(
	SetAlias toCheck
)

Parameters

toCheck
Type: SD.LLBLGen.Pro.LinqSupportClassesSetAlias
To check.

Return Value

Type: Boolean
true if the alias is present in this container, false otherwise.
See Also