| 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.1.0.0 (5.1.0)
Syntaxpublic bool ContainsAliasedField(
	IEntityFieldCore field
)
Public Function ContainsAliasedField ( 
	field As IEntityFieldCore
) As Boolean
Parameters
- field
 - Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityFieldCore
The field. 
Return Value
Type: 
Booleantrue if the field is aliased with this alias, false otherwise
            
See Also