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.6.0.0 (5.6.19.0117)
Syntax public 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